Commit 18400f60 authored by timel's avatar timel

chore: remove used deps, update lint config

parent c31b247b
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
"parser": "@typescript-eslint/parser", "parser": "@typescript-eslint/parser",
"extends": [ "extends": [
"plugin:prettier/recommended", "plugin:prettier/recommended",
"plugin:import/recommended",
"plugin:import/typescript",
"plugin:valtio/recommended" "plugin:valtio/recommended"
], ],
"plugins": [ "plugins": [
...@@ -11,13 +9,13 @@ ...@@ -11,13 +9,13 @@
"simple-import-sort" "simple-import-sort"
], ],
"rules": { "rules": {
"simple-import-sort/imports": "warn",
"simple-import-sort/exports": "warn",
"eqeqeq": "warn", "eqeqeq": "warn",
"@typescript-eslint/consistent-type-definitions": [ "@typescript-eslint/consistent-type-definitions": [
"error", "error",
"interface" "interface"
], ],
"simple-import-sort/imports": "warn",
"simple-import-sort/exports": "warn",
"no-unused-vars": "off", "no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [ "@typescript-eslint/no-unused-vars": [
"error", "error",
......
This diff is collapsed.
...@@ -7,10 +7,6 @@ ...@@ -7,10 +7,6 @@
"@dnd-kit/core": "^6.0.8", "@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2", "@dnd-kit/sortable": "^7.0.2",
"@react-spring/web": "^9.7.3", "@react-spring/web": "^9.7.3",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/sql.js": "^1.4.4",
"antd": "^5.8.3", "antd": "^5.8.3",
"classnames": "^2.3.2", "classnames": "^2.3.2",
"cookies-ts": "^1.0.5", "cookies-ts": "^1.0.5",
...@@ -24,7 +20,6 @@ ...@@ -24,7 +20,6 @@
"react-dnd": "^16.0.1", "react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1", "react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-router-dom": "^6.15.0", "react-router-dom": "^6.15.0",
"sql.js": "^1.8.0", "sql.js": "^1.8.0",
"u-reset.css": "^2.0.1", "u-reset.css": "^2.0.1",
...@@ -62,6 +57,10 @@ ...@@ -62,6 +57,10 @@
"devDependencies": { "devDependencies": {
"@types/google-protobuf": "^3.15.6", "@types/google-protobuf": "^3.15.6",
"@types/lodash-es": "^4.17.8", "@types/lodash-es": "^4.17.8",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/sql.js": "^1.4.4",
"@types/uuid": "^9.0.2", "@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.3.0", "@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0", "@typescript-eslint/parser": "^6.3.0",
...@@ -69,7 +68,6 @@ ...@@ -69,7 +68,6 @@
"eslint": "^8.47.0", "eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0", "eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-valtio": "^0.6.2", "eslint-plugin-valtio": "^0.6.2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment