Skip to content

Commit

Permalink
feat: migrate stylelint to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
drakang4 committed Nov 5, 2021
1 parent 3ee880d commit 62d53de
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions stylelint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
module.exports = {
processors: ['stylelint-processor-styled-components'],
extends: [
'stylelint-config-standard',
'stylelint-config-styled-components',
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
overrides: [
{
files: ['**/*.{js,ts,tsx}'],
customSyntax: '@stylelint/postcss-css-in-js',
extends: [
'stylelint-config-standard',
'stylelint-config-styled-components',
'stylelint-config-prettier',
],
},
],
}

0 comments on commit 62d53de

Please sign in to comment.