Skip to content

Commit 3287cd8

Browse files
feat!: update dependencies
1 parent 3d596ba commit 3287cd8

File tree

6 files changed

+15436
-12436
lines changed

6 files changed

+15436
-12436
lines changed

.eslintrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"plugin:react-hooks/recommended",
1212
"plugin:prettier/recommended",
1313
"plugin:react/jsx-runtime"
14-
]
14+
],
15+
"rules": {
16+
"dot-notation": "off"
17+
}
1518
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ yalc.lock
5858

5959
# Compiled plugin
6060
dist
61+
tsconfig.tsbuildinfo

.prettierrc

-6
This file was deleted.

0 commit comments

Comments
 (0)