Skip to content

Commit

Permalink
config: remove stats.json from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed Sep 10, 2024
1 parent 5b924b3 commit 2234d43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ module.exports = {
'max-len': ['error', { code: 300 }],
'no-multiple-empty-lines': ['error', { max: 1, maxEOF: 1 }],
},
ignorePatterns: ['*/docs/api/*', 'dist', 'packages/cli/src/template/**/*.*', '*/locale/*'],
ignorePatterns: ['*/docs/api/*', 'dist', 'packages/cli/src/template/**/*.*', '*/locale/*', 'stats.json'],
};
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ docs/**/*.md
dist/
pnpm-lock.yaml
packages/cli/src/template/**/*.*
**/locale/**
**/locale/**
stats.json

0 comments on commit 2234d43

Please sign in to comment.