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.
1 parent 61ed51d commit c0ee452Copy full SHA for c0ee452
package.json
@@ -31,7 +31,7 @@
31
"demo": "webpack-serve --content ./docs --port 3000 --open --config docs/webpack.config.js",
32
"prepublishOnly": "npm run build",
33
"lint": "eslint src docs webpack.config.js && stylelint \"src/**/*.css\" --fix",
34
- "lint:nofix": "eslint src docs webpack.config.js && stylelint \"./src/**/*.css\"",
+ "lint:nofix": "eslint src webpack.config.js && stylelint \"src/**/*.css\"",
35
"format": "prettier-eslint \"src/**/*.js\" \"docs/**/*.js\" webpack.config.js",
36
"semantic-release": "semantic-release",
37
"test": "cross-env NODE_ENV=test ava",
0 commit comments