Skip to content

Commit

Permalink
Merge pull request #13 from leukeleu/remove-config-prettier
Browse files Browse the repository at this point in the history
Remove stylelint-config-prettier because it's not needed as of stylelint v15
  • Loading branch information
twesterhuis authored Feb 14, 2023
2 parents 6dc1f77 + a2b6020 commit b2647b3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
extends: ['stylelint-config-standard'],
}
22 changes: 0 additions & 22 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"license": "MIT",
"dependencies": {
"stylelint": "15.1.0",
"stylelint-config-prettier": "9.0.4",
"stylelint-config-standard": "30.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit b2647b3

Please sign in to comment.