Skip to content

Commit

Permalink
Merge pull request #560 from NYPL/SFR-1720/cleanup-eslint-plugins
Browse files Browse the repository at this point in the history
SFR-1720: Cleanup eslint plugins and linting errors
  • Loading branch information
jackiequach authored Nov 19, 2024
2 parents dcd142f + d29153a commit 7f825c0
Show file tree
Hide file tree
Showing 26 changed files with 1,272 additions and 1,520 deletions.
101 changes: 0 additions & 101 deletions .eslintrc.js

This file was deleted.

18 changes: 18 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": [
"eslint:recommended",
"next",
"next/core-web-vitals",
"next/typescript",
"plugin:jest-dom/recommended",
"plugin:jsx-a11y/strict",
"plugin:testing-library/dom",
"prettier",
"prettier/@typescript-eslint"
],
"rules": {
// TODO: SFR-2318 enable in the future
"@typescript-eslint/no-explicit-any": "off",
"testing-library/no-node-access": "off"
}
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Enable playwright tests GH action
- Remove unused scss and img files
- Remove duplicate eslint packages, update eslint config, and resolve linting errors

## [0.18.8]

Expand Down
Loading

0 comments on commit 7f825c0

Please sign in to comment.