Skip to content

Commit 350e5e9

Browse files
committed
Disallow linting warnings
1 parent 6f4c47e commit 350e5e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Cooltipz.css is a pure CSS tooltip library that is lightweight, modern, accessible, customisable and easy to use",
55
"scripts": {
66
"build": "npm run lint:fix && concurrently \"sass --no-source-map src/cooltipz.scss ./cooltipz.min.css --style=compressed\" \"sass --no-source-map src/cooltipz.scss ./cooltipz.css --style=expanded\" && concurrently \"npx postcss cooltipz.min.css --use autoprefixer cssnano --replace --no-map\" \"npx postcss cooltipz.css --use autoprefixer --replace --no-map\"",
7-
"lint:check": "stylelint \"**/*.scss\"",
8-
"lint:fix": "stylelint \"**/*.scss\" --fix",
7+
"lint:check": "stylelint \"**/*.scss\" --max-warnings=0",
8+
"lint:fix": "stylelint \"**/*.scss\" --max-warnings=0 --fix",
99
"prepublishOnly": "git-branch-is master && is-git-status-clean && npm run build",
1010
"prepack": "npm run build",
1111
"has-no-changes": "is-git-status-clean"

0 commit comments

Comments
 (0)