Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
fix: remove styled-components preprocessor
Browse files Browse the repository at this point in the history
this package was apparently deprecated because stylelint now supports preprocessors out of the box: styled-components/stylelint-processor-styled-components#278
  • Loading branch information
sq-kapil committed Jan 23, 2020
1 parent dd4b31a commit 107a3b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"stylelint-config-standard": "19.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-order": "4.0.0",
"stylelint-processor-styled-components": "1.9.0",
"yargs": "15.1.0"
}
}
1 change: 0 additions & 1 deletion packages/stylelint-config/react-styled-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const CSS_RULES_ORDERING = [

module.exports = {
syntax: 'scss',
processors: ['stylelint-processor-styled-components'],
extends: ['stylelint-config-standard', 'stylelint-config-styled-components'],
plugins: ['stylelint-order'],
rules: {
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8783,16 +8783,6 @@ stylelint-order@4.0.0:
postcss "^7.0.26"
postcss-sorting "^5.0.1"

stylelint-processor-styled-components@1.9.0:
version "1.9.0"
resolved "https://registry.npmjs.org/stylelint-processor-styled-components/-/stylelint-processor-styled-components-1.9.0.tgz#597fc40b5a2e02c9e01a810212406c3a7ff2e3ef"
integrity sha512-tWsCnURm8uqqVySWsGfXdto1qR/0MaATGx2ovWu/hqG+gnrjGZZOdeNEIEb12tpIbCnLV0a6q1Bb3yhDjGGzSQ==
dependencies:
"@babel/parser" "^7.0.0"
"@babel/traverse" "^7.0.0"
micromatch "^4.0.2"
postcss "^7.0.0"

stylelint@13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.0.0.tgz#532007f7154c1a5ed14245d857a5884316f5111f"
Expand Down

0 comments on commit 107a3b1

Please sign in to comment.