Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 632b173..ee508dc 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"stylelint": "^14.9.1"
},
"scripts": {
- "lint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",
+ "lint": "eslint --ignore-path .gitignore .",
"test": "npm run lint",
"test-ci": "stylelint \"(bootstrap|bootstrap-4)/scss/**/*.scss\" --config index.js --ignore-pattern \"**/vendor/\" --formatter verbose"
}