Skip to content

Commit

Permalink
remove unnecessary plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
metalix2 committed Jan 19, 2024
1 parent ace1e25 commit e7d118b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 105 deletions.
8 changes: 2 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"parser": "@babel/eslint-parser",
"extends": [
"@skyscanner/eslint-config-skyscanner",
"plugin:ft-flow/recommended"
],
"plugins": [
"ft-flow",
"eslint-plugin-prettier"
"@skyscanner/eslint-config-skyscanner"
],
"plugins": [],
"settings": {
"import/resolver": {
"node": {
Expand Down
98 changes: 0 additions & 98 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"babel-loader": "^8.3.0",
"css-loader": "^1.0.0",
"del": "^5.0.0",
"eslint-plugin-ft-flow": "^3.0.2",
"eslint-plugin-prettier": "^5.1.3",
"flow-bin": "^0.227.0",
"flow-typed": "^2.5.1",
Expand Down

0 comments on commit e7d118b

Please sign in to comment.