Skip to content

Commit

Permalink
fix: simplify ESLint prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandr-g committed Jan 10, 2022
1 parent dfcd489 commit 7dbebcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": [
"plugin:prettier/recommended",
"airbnb-typescript",
"prettier",
"prettier/@typescript-eslint",
"prettier/react"
],
"extends": ["airbnb-typescript", "plugin:prettier/recommended"],
"env": {
"jest": true
},
Expand Down
8 changes: 1 addition & 7 deletions template/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": [
"plugin:prettier/recommended",
"airbnb-typescript",
"prettier",
"prettier/@typescript-eslint",
"prettier/react"
],
"extends": ["airbnb-typescript", "plugin:prettier/recommended"],
"rules": {
// Make prettier code formatting suggestions more verbose.
"prettier/prettier": ["warn"],
Expand Down

0 comments on commit 7dbebcb

Please sign in to comment.