File tree 2 files changed +12
-9
lines changed
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"main" : " ./src/index.js" ,
6
6
"dependencies" : {
7
- "@typescript-eslint/eslint-plugin" : " 6.7.5 " ,
8
- "@typescript-eslint/parser" : " 6.7.5 " ,
9
- "eslint" : " 8.51 .0" ,
10
- "eslint-config-next" : " 13.5 .4" ,
11
- "eslint-config-prettier" : " 9.0 .0" ,
7
+ "@typescript-eslint/eslint-plugin" : " 6.18.0 " ,
8
+ "@typescript-eslint/parser" : " 6.18.0 " ,
9
+ "eslint" : " 8.56 .0" ,
10
+ "eslint-config-next" : " 14.0 .4" ,
11
+ "eslint-config-prettier" : " 9.1 .0" ,
12
12
"eslint-plugin-no-relative-import-paths" : " 1.5.3" ,
13
- "eslint-plugin-prettier" : " 5.0.1 " ,
13
+ "eslint-plugin-prettier" : " 5.1.2 " ,
14
14
"eslint-plugin-unused-imports" : " 3.0.0" ,
15
- "prettier" : " 3.0.3 " ,
16
- "prettier-plugin-tailwindcss" : " 0.5.6 "
15
+ "prettier" : " 3.1.1 " ,
16
+ "prettier-plugin-tailwindcss" : " 0.5.11 "
17
17
},
18
18
"files" : [
19
19
" README.md" ,
20
20
" src/index.js"
21
21
],
22
- "gitHead" : " 29ce2d6a4ddccaf10df12fd5a180b13b4c6ca450 "
22
+ "gitHead" : " 4410a3e0201f455092576429e5e95e6ae20990b6 "
23
23
}
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ module.exports = {
94
94
"@typescript-eslint/no-explicit-any" : "error" ,
95
95
"@typescript-eslint/prefer-ts-expect-error" : "error" ,
96
96
"@typescript-eslint/ban-ts-comment" : "off" ,
97
+ "@typescript-eslint/no-floating-promises" : "error" ,
97
98
98
99
"@next/next/no-img-element" : "off" ,
99
100
"react/react-in-jsx-scope" : "off" ,
@@ -103,6 +104,8 @@ module.exports = {
103
104
"default-case" : "off" ,
104
105
curly : "error" ,
105
106
107
+ "no-constant-binary-expression" : "error" ,
108
+
106
109
"react-hooks/rules-of-hooks" : "error" ,
107
110
"react-hooks/exhaustive-deps" : "error" ,
108
111
} ,
You can’t perform that action at this time.
0 commit comments