Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
chore: Add stylelint-config-prettier
Browse files Browse the repository at this point in the history
To turn off all stylelint rules that are unnecessary or might conflict with Prettier.
  • Loading branch information
mischah committed Feb 13, 2019
1 parent c38bd81 commit 3fdf52c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "stylelint-config-standard",
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
"rules": {
"indentation": "tab",
"number-leading-zero": ["always", { "severity": "warning" }],
"at-rule-no-unknown": [
true,
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"standard-version": "^4.3.0",
"style-loader": "^0.23.1",
"stylelint": "^9.2.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.3",
Expand Down

0 comments on commit 3fdf52c

Please sign in to comment.