Skip to content

Commit

Permalink
Add override to linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozzey committed Aug 29, 2024
1 parent ff2ec0f commit c1ebb82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
module.exports = {
extends: 'standard', // Maintain Standard.js rules
ignorePatterns: ['docs/*'],
overrides: [
{
files: ['*.controller.js'],
rules: {
'jsdoc/require-jsdoc': 'off'
}
}
],
parserOptions: {
sourceType: 'script'
},
Expand Down

0 comments on commit c1ebb82

Please sign in to comment.