Skip to content

Commit

Permalink
perf: add ignorePatterns to .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineYagoub committed Jan 25, 2024
1 parent 035480c commit b4ab140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ module.exports = {
rules: {
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
},
ignorePatterns: ['docs/', 'node_modules/', 'build/', 'dist/', '*.md'],
};

0 comments on commit b4ab140

Please sign in to comment.