Skip to content

Commit

Permalink
refactor(stylelint-bezier): set ignorePatterns in eslint-config-bezie…
Browse files Browse the repository at this point in the history
…r and remove ignore files
  • Loading branch information
yangwooseong committed Aug 21, 2024
1 parent 9948d30 commit 57e83c2
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 19 deletions.
1 change: 1 addition & 0 deletions configs/eslint-config-bezier/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
extends: ['@channel.io/eslint-config/web'],
plugins: ['@channel.io/eslint-plugin', 'jest'],
parser: '@typescript-eslint/parser',
ignorePatterns: ['dist', 'node_modules'],
env: {
node: true,
},
Expand Down
4 changes: 0 additions & 4 deletions packages/bezier-codemod/.eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions packages/bezier-codemod/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ module.exports = {
rules: {
'no-restricted-imports': 'off',
},
ignorePatterns: ['**/fixtures/*'],
}
2 changes: 0 additions & 2 deletions packages/bezier-figma-plugin/.eslintignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/bezier-icons/.eslintignore

This file was deleted.

5 changes: 0 additions & 5 deletions packages/bezier-react/.eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions packages/bezier-react/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
tsconfigRootDir: __dirname,
project: './tsconfig.eslint.json',
},
ignorePatterns: ['coverage', '__mocks__', '!.storybook'],
rules: {
'import/order': [
'error',
Expand Down
2 changes: 0 additions & 2 deletions packages/bezier-tokens/.eslintignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/bezier-vscode/.eslintignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/stylelint-bezier/.eslintignore

This file was deleted.

0 comments on commit 57e83c2

Please sign in to comment.