Skip to content

Commit ab16673

Browse files
committed
fix missing promise rules
1 parent f1a5476 commit ab16673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
"prettier/@typescript-eslint", // disable eslint rules which conflict with prettier
2020
"plugin:prettier/recommended" // enables eslint-plugin-prettier and eslint-config-prettier. this will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
2121
],
22-
plugins: ["react", "css-modules", "prettier", "spellcheck"],
22+
plugins: ["react", "css-modules", "prettier", "promise", "spellcheck"],
2323
parser: "@typescript-eslint/parser",
2424
parserOptions: {
2525
ecmaVersion: 2018,

0 commit comments

Comments
 (0)