Skip to content

Commit

Permalink
chore: remove flow rules (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
vytautassugintas authored Feb 3, 2023
1 parent 072d748 commit 7678156
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 279 deletions.
6 changes: 0 additions & 6 deletions packages/eslint-config-1stdibs/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
module.exports = {
extends: ['eslint-config-1stdibs-base', './rules/react'].map(require.resolve),
overrides: [
{
files: ['*.{js,jsx}'],
extends: ['./rules/flowtype'].map(require.resolve),
},
],
};
1 change: 0 additions & 1 deletion packages/eslint-config-1stdibs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@typescript-eslint/parser": "^3.7.1",
"babel-eslint": "^10.0.3",
"eslint-config-1stdibs-base": "^5.0.2",
"eslint-plugin-flowtype": "^3.9.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^1.6.0",
"eslint-plugin-relay": "^1.3.1"
Expand Down
24 changes: 0 additions & 24 deletions packages/eslint-config-1stdibs/rules/flowtype.js

This file was deleted.

Loading

0 comments on commit 7678156

Please sign in to comment.