add readme

delete unrequired configs
This commit is contained in:
Danel Kungla
2025-09-19 18:07:31 +03:00
parent 0c2cfe6d18
commit 9ed52dcf02
74 changed files with 68 additions and 954 deletions

View File

@@ -1,3 +0,0 @@
import eslintConfigBase from '@kit/eslint-config/base.js';
export default eslintConfigBase;

View File

@@ -4,11 +4,8 @@
"version": "0.1.0",
"scripts": {
"clean": "git clean -xdf .turbo node_modules",
"format": "prettier --check \"**/*.{ts,tsx}\"",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"prettier": "@kit/prettier-config",
"exports": {
".": "./src/index.ts",
"./provider": "./src/components/provider.tsx",
@@ -21,8 +18,6 @@
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
"@kit/monitoring-core": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.4",
"react": "19.1.0"