Skip to content

Commit

Permalink
ignore site directory from project eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mimiflynn committed Aug 6, 2024
1 parent f1f67cf commit 046a464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
sourceType: 'module',
},
plugins: ['@typescript-eslint'],
ignorePatterns: ['dist/', 'reports/', 'docs/'],
ignorePatterns: ['dist/', 'reports/', 'docs/', 'site/'],
rules: {
'prettier/prettier': ['error', prettierConfig],
'@typescript-eslint/explicit-module-boundary-types': 'off',
Expand Down

0 comments on commit 046a464

Please sign in to comment.