We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint
/examples/
1 parent f1990c1 commit 52b3499Copy full SHA for 52b3499
package.json
@@ -11,7 +11,7 @@
11
"build:unmin": "cross-env NODE_ENV=development rollup --config --file dist/html-react-parser.js",
12
"clean": "rimraf dist",
13
"coveralls": "nyc report --reporter=text-lcov | coveralls",
14
- "lint": "eslint --ignore-path .gitignore .",
+ "lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .",
15
"lint:fix": "npm run lint -- --fix",
16
"dtslint": "dtslint .",
17
"prepublishOnly": "npm run lint && npm run dtslint && npm test && npm run build",
0 commit comments