File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 44 "private" : true ,
55 "main" : " ./src/index.js" ,
66 "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" ,
1212 "eslint-plugin-no-relative-import-paths" : " 1.5.3" ,
13- "eslint-plugin-prettier" : " 5.0.1 " ,
13+ "eslint-plugin-prettier" : " 5.1.2 " ,
1414 "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 "
1717 },
1818 "files" : [
1919 " README.md" ,
2020 " src/index.js"
2121 ],
22- "gitHead" : " 29ce2d6a4ddccaf10df12fd5a180b13b4c6ca450 "
22+ "gitHead" : " 4410a3e0201f455092576429e5e95e6ae20990b6 "
2323}
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ module.exports = {
9494 "@typescript-eslint/no-explicit-any" : "error" ,
9595 "@typescript-eslint/prefer-ts-expect-error" : "error" ,
9696 "@typescript-eslint/ban-ts-comment" : "off" ,
97+ "@typescript-eslint/no-floating-promises" : "error" ,
9798
9899 "@next/next/no-img-element" : "off" ,
99100 "react/react-in-jsx-scope" : "off" ,
@@ -103,6 +104,8 @@ module.exports = {
103104 "default-case" : "off" ,
104105 curly : "error" ,
105106
107+ "no-constant-binary-expression" : "error" ,
108+
106109 "react-hooks/rules-of-hooks" : "error" ,
107110 "react-hooks/exhaustive-deps" : "error" ,
108111 } ,
You can’t perform that action at this time.
0 commit comments