Skip to content

Commit

Permalink
Remove old unnecessary ESLint override
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 10, 2023
1 parent 9795010 commit c18e748
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,7 @@
"symbol-description": "off",
"no-console": "off",
"camelcase": "off"
},
"overrides": [
{
"files": "indexed-store/index.test.ts",
"rules": {
"import/order": "off"
}
}
]
}
},
"eslintIgnore": [
"test/demo/dist",
Expand Down

0 comments on commit c18e748

Please sign in to comment.