Skip to content

Commit

Permalink
build: remove dependencies and configuration of eslint-plugin-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
P-manBrown committed Aug 4, 2024
1 parent cab35fc commit 7d168af
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 259 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
module.exports = {
extends: ['next/core-web-vitals', 'plugin:storybook/recommended', 'prettier'],
plugins: ['unused-imports'],
overrides: [
{
files: ['test/**'],
plugins: ['jest'],
extends: ['plugin:jest/recommended', 'plugin:jest/style'],
},
],
settings: {
'import/external-module-folders': ['.yarn', 'node_modules'],
},
Expand Down
145 changes: 0 additions & 145 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"eslint": "8.41.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unused-imports": "^2.0.0",
"knip": "^5.27.0",
Expand Down
Loading

1 comment on commit 7d168af

@P-manBrown
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refs: #139

Please sign in to comment.