Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
love_飞影
Neos
Commits
18400f60
Commit
18400f60
authored
Aug 15, 2023
by
timel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: remove used deps, update lint config
parent
c31b247b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
185 additions
and
76 deletions
+185
-76
.eslintrc.json
.eslintrc.json
+2
-4
package-lock.json
package-lock.json
+179
-66
package.json
package.json
+4
-6
No files found.
.eslintrc.json
View file @
18400f60
...
@@ -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"
,
...
...
package-lock.json
View file @
18400f60
This diff is collapsed.
Click to expand it.
package.json
View file @
18400f60
...
@@ -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
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment