Skip to content

Commit

Permalink
INCOMPLETE: linting failing
Browse files Browse the repository at this point in the history
- npm: update devDeps
  • Loading branch information
brettz9 committed Jun 26, 2019
1 parent b3a5346 commit 9de48b8
Show file tree
Hide file tree
Showing 4 changed files with 635 additions and 115 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
},
extends: [
'@passport-next/eslint-config-passport-next/sauron-node.js',
// Override ash-nazg's current preference for ESM
// Override eslint-config-passport-next's current preference for ESM
'plugin:node/recommended-script'
],
settings: {
Expand Down Expand Up @@ -68,13 +68,16 @@ module.exports = {
'no-underscore-dangle': 0,
'no-param-reassign': 0,

// Disable until may fix rule for eslint 6
'jsdoc/check-examples': 0,

// Disable as middleware approach requires some callbacks
'promise/prefer-await-to-callbacks': 0,

// Disable until ready to tackle
'require-jsdoc': 0,

// Disable current preferences of ash-nazg
// Disable current preferences of eslint-config-passport-next
'import/no-commonjs': 0,
'node/exports-style': 0,

Expand Down
Loading

0 comments on commit 9de48b8

Please sign in to comment.