Skip to content

Commit

Permalink
Merge pull request #246 from brettz9/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
lo1tuma committed May 13, 2020
2 parents f19a8a3 + 1f3d606 commit 7f4b574
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 7f4b574

Please sign in to comment.