Skip to content

Commit

Permalink
Remove commented out directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed May 19, 2021
1 parent f8ab238 commit 1ccf93c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
module.exports = {
root: true,
extends: [
'eslint-config-digitalbazaar',
// 'eslint-config-digitalbazaar/jsdoc'
'eslint-config-digitalbazaar'
],
env: {
node: true,
browser: true
},
ignorePatterns: ['dist/'],
rules: {
'jsdoc/check-examples': 'off'
}
};

0 comments on commit 1ccf93c

Please sign in to comment.