Skip to content

Commit

Permalink
Update linting for scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhowa committed Aug 7, 2020
1 parent a3fd5fd commit 7a2f363
Show file tree
Hide file tree
Showing 3 changed files with 4,802 additions and 1,618 deletions.
19 changes: 19 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"plugins": [
"stylelint-no-unsupported-browser-features"
],
"extends": [
"stylelint-config-recommended",
"stylelint-config-styled-components",
"stylelint-config-sass-guidelines"
],
"rules": {
"plugin/no-unsupported-browser-features": [
true,
{
"severity": "warning"
}
],
"font-family-no-missing-generic-family-keyword": null
}
}
Loading

0 comments on commit 7a2f363

Please sign in to comment.