Skip to content

Commit

Permalink
chore: migrate from .eslintignore to ignorePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Oct 24, 2024
1 parent db9fdac commit 148c8e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

9 changes: 9 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ module.exports = {
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
],
ignorePatterns: [
"dist",
"analyzer/react/types",
"framework-plugins/react/preview/types",
"framework-plugins/vue2/preview/modules",
"framework-plugins/vue3/preview/modules",
"framework-plugins/*/tests/apps",
"node_modules",
],
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaFeatures: {
Expand Down

0 comments on commit 148c8e1

Please # to comment.