Skip to content

Commit

Permalink
Merge pull request #253 from droberts-ctrlo/eslintconfig
Browse files Browse the repository at this point in the history
eslint config update
  • Loading branch information
abeverley authored Oct 19, 2023
2 parents 5c046d8 + fc97364 commit 39300a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ module.exports = {
'strict': 0,
'object-shorthand': 0,
'dot-notation': 0,
'prettier/prettier': 'error',
'prettier/prettier': 0,
'jsdoc/require-param-description': 0,
'jsdoc/require-returns-description': 0,
'no-unused-vars': 0,
'no-undef': 0,
},
};

0 comments on commit 39300a4

Please sign in to comment.