Skip to content

Commit

Permalink
fix stylelint to stop conflicting with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hawken93 committed Jan 14, 2021
1 parent 0b92582 commit b0e0594
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4
}
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
"rules": {}
}

0 comments on commit b0e0594

Please sign in to comment.