Skip to content

Commit

Permalink
- Linting: Check hidden files
Browse files Browse the repository at this point in the history
- npm: Update devDeps (coveralls, eslint-plugin-node, mocha, nyc)
- Maintenance: Add `.ncurc.js` to prevent peerDep. updates on running local `npm-check-updates`
  • Loading branch information
brettz9 committed May 13, 2020
1 parent f19a8a3 commit 1f3d606
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 179 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/**
build/**
node_modules/**
!*.js
8 changes: 8 additions & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
'use strict';

module.exports = {
// Whitelist all for checking besides `peer` which indicates
// somewhat older versions of `eslint` we still support even
// while our devDeps point to a more recent version
dep: 'prod,dev,optional,bundle'
};
Loading

0 comments on commit 1f3d606

Please sign in to comment.