Skip to content

Commit 61ed51d

Browse files
committed
fix: Make stylelint not look into docs folder
1 parent f000cd3 commit 61ed51d

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
@@ -31,7 +31,7 @@
3131
"demo": "webpack-serve --content ./docs --port 3000 --open --config docs/webpack.config.js",
3232
"prepublishOnly": "npm run build",
3333
"lint": "eslint src docs webpack.config.js && stylelint \"src/**/*.css\" --fix",
34-
"lint:nofix": "eslint src docs webpack.config.js && stylelint \"src/**/*.css\"",
34+
"lint:nofix": "eslint src docs webpack.config.js && stylelint \"./src/**/*.css\"",
3535
"format": "prettier-eslint \"src/**/*.js\" \"docs/**/*.js\" webpack.config.js",
3636
"semantic-release": "semantic-release",
3737
"test": "cross-env NODE_ENV=test ava",

0 commit comments

Comments
 (0)