Skip to content

Commit 7d168af

Browse files
committed
build: remove dependencies and configuration of eslint-plugin-jest
1 parent cab35fc commit 7d168af

14 files changed

+2
-259
lines changed

.eslintrc.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
module.exports = {
22
extends: ['next/core-web-vitals', 'plugin:storybook/recommended', 'prettier'],
33
plugins: ['unused-imports'],
4-
overrides: [
5-
{
6-
files: ['test/**'],
7-
plugins: ['jest'],
8-
extends: ['plugin:jest/recommended', 'plugin:jest/style'],
9-
},
10-
],
114
settings: {
125
'import/external-module-folders': ['.yarn', 'node_modules'],
136
},

.pnp.cjs

Lines changed: 0 additions & 145 deletions
Some generated files are not rendered by default. Learn more about customizing how changed 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.

0 commit comments

Comments
 (0)