Skip to content

Commit 468a5ef

Browse files
committed
removed unused linter plugins
1 parent c7deff4 commit 468a5ef

3 files changed

Lines changed: 5 additions & 734 deletions

File tree

.eslintrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ module.exports = {
99
jsx: true,
1010
},
1111
},
12-
extends: ["eslint:recommended", "plugin:react/recommended"],
12+
extends: [
13+
"eslint:recommended",
14+
"plugin:react/recommended",
15+
"plugin:flowtype/recommended",
16+
],
1317
plugins: ["react", "react-hooks"],
1418
rules: {
1519
// we don't use prop-types

0 commit comments

Comments
 (0)