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:
authorXhmikosR <xhmikosr@gmail.com>2021-07-19 19:44:14 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-07-20 21:42:32 +0300
commit5b579398b4a031352ae74a4d8fb326d650106aa8 (patch)
tree6efada0a062d45cbe173623de8accd84ba8b2de5
parentfe1077d0cc6fc954b3bebd6519af1354cee735f9 (diff)
Remove .eslintignore
-rw-r--r--.eslintignore2
-rw-r--r--package.json2
2 files changed, 1 insertions, 3 deletions
diff --git a/.eslintignore b/.eslintignore
deleted file mode 100644
index 3fd8b01..0000000
--- a/.eslintignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/bootstrap/
-/bootstrap-4/
diff --git a/package.json b/package.json
index 2a01454..26573b1 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"stylelint": "^13.13.1"
},
"scripts": {
- "eslint": "eslint --report-unused-disable-directives .",
+ "eslint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",
"lint": "npm run eslint",
"test": "npm run eslint",
"test-ci": "stylelint \"(bootstrap|bootstrap-4)/scss/**/*.scss\" --config scss/index.js --ignore-pattern \"**/vendor/\""