-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
4 changed files
with
278 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.idea/** | ||
build/** | ||
node_modules/** | ||
!*.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
}; |
Oops, something went wrong.