Skip to content

Commit de3a24f

Browse files
committed
chore: update deps
1 parent 3ad95c8 commit de3a24f

File tree

3 files changed

+69
-23
lines changed

3 files changed

+69
-23
lines changed

.eslintrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
module.exports = {
22
root: true,
33
extends: ['react-app'],
4-
plugins: ['testing-library'],
4+
plugins: ['testing-library', 'simple-import-sort'],
5+
rules: {
6+
'simple-import-sort/imports': 'error',
7+
'simple-import-sort/exports': 'error',
8+
},
59
overrides: [
610
// Only uses Testing Library lint rules in test files
711
{

package-lock.json

Lines changed: 62 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
}
5656
},
5757
"dependencies": {
58-
"@bottom-sheet/state-machine": "^1.0.10",
58+
"@bottom-sheet/state-machine": "^1.0.11",
5959
"@bottom-sheet/types": "^1.0.6",
6060
"@types/use-sync-external-store": "^0.0.3",
6161
"use-sync-external-store": "^1.1.0",
@@ -85,6 +85,7 @@
8585
"eslint-plugin-jsx-a11y": "^6.5.1",
8686
"eslint-plugin-react": "^7.30.0",
8787
"eslint-plugin-react-hooks": "^4.5.0",
88+
"eslint-plugin-simple-import-sort": "^7.0.0",
8889
"jest": "^28.1.0",
8990
"jest-environment-jsdom": "^28.1.0",
9091
"parcel": "^2.6.0",

0 commit comments

Comments
 (0)