Skip to content

Commit 52b3499

Browse files
chore(package): update lint to ignore /examples/ directory
1 parent f1990c1 commit 52b3499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build:unmin": "cross-env NODE_ENV=development rollup --config --file dist/html-react-parser.js",
1212
"clean": "rimraf dist",
1313
"coveralls": "nyc report --reporter=text-lcov | coveralls",
14-
"lint": "eslint --ignore-path .gitignore .",
14+
"lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .",
1515
"lint:fix": "npm run lint -- --fix",
1616
"dtslint": "dtslint .",
1717
"prepublishOnly": "npm run lint && npm run dtslint && npm test && npm run build",

0 commit comments

Comments
 (0)