Skip to content

Commit da33878

Browse files
author
Cache Hamm
committed
Ignore examples node_modules from linting
1 parent 3ca89b7 commit da33878

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/06-custom-operators.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
require('colors')
1919
const { Engine } = require('json-rules-engine')
2020

21-
2221
/**
2322
* Setup a new engine
2423
*/

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"standard": {
2626
"parser": "babel-eslint",
2727
"ignore": [
28-
"/dist"
28+
"/dist",
29+
"/examples/node_modules"
2930
],
3031
"globals": [
3132
"context",

0 commit comments

Comments
 (0)