Skip to content

Commit

Permalink
chore: remove eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ogous committed Aug 6, 2024
1 parent d6a5d6d commit f00a276
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
],
"plugins": ["@stylistic/ts"],
"parser": "@typescript-eslint/parser",
"rules": {
"no-warning-comments": [
"error",
{ "terms": ["todo", "fixme"], "location": "anywhere" }
]
},
"overrides": [
{
"files": ["*.ts", "*.tsx"],
Expand Down

0 comments on commit f00a276

Please sign in to comment.