Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Nov 2, 2021
1 parent 7c57633 commit 5d4c532
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ module.exports = {
rules: {
'import/no-commonjs': 'off',
'spaced-comment': 'off',

// TMP
'jsdoc/check-examples': ['off'],
},
};

0 comments on commit 5d4c532

Please sign in to comment.