Skip to content

Commit

Permalink
Leave prettier disabled, but make override apply to scripts folder only
Browse files Browse the repository at this point in the history
this is just a suggestion how we could start with a new lint setup for refactor work, but leave the legacy code as is for now
  • Loading branch information
AliceR committed Oct 30, 2024
1 parent bbf7c66 commit daa49d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@
},
"overrides": [
{
"files": ["**/*.ts", "**/*.tsx"],
"files": ["**/scripts/**/*.ts", "**/scripts/**/*.tsx"],
"plugins": ["@typescript-eslint"],
"rules": {
"prettier/prettier": 2,
"prettier/prettier": 0,
"@typescript-eslint/no-unused-vars": 2,
"@typescript-eslint/no-non-null-assertion": 0
},
Expand Down

0 comments on commit daa49d7

Please sign in to comment.