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:
authorFredrik Blomqvist <fredrik.blomqvist.95@gmail.com>2021-11-30 16:21:31 +0300
committerGitHub <noreply@github.com>2021-11-30 16:21:31 +0300
commit0c724d50f50a2cd5e4fcd50cc65e0c6a173ecb4e (patch)
tree8130fbeabe7c9b745908ba61bff4a773c71fd50f /.github/workflows
parentcafe8431078cfdcb7209375680c7e3bf8ec8fcc3 (diff)
Upgrade to Stylelint 14 (#131)
* Update dependencies * Switch to stylelint-config-standard-scss * Remove rules that are now same in stylelint-config-standard-scss * Remove node 10 from CI * Disable remaining SCSS rules with errors * Remove redundant options Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 13dcd8f..959052e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node: [10, 12, 14, 16]
+ node: [12, 14, 16]
steps:
- name: Clone repository