Skip to content

Commit

Permalink
chore(linter): paraview-glance as devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jun 21, 2018
1 parent 4287f2d commit c86e392
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
'no-console': 0,
'prefer-destructuring': 0,
'no-plusplus': 0,
'import/no-extraneous-dependencies': 0, // paraview-glance alias

// don't require .vue extension when importing
'import/extensions': ['error', 'always', {
Expand All @@ -56,4 +57,4 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
}
}

18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c86e392

Please sign in to comment.