Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Used the external stylelint-config-ckeditor5 package for stylelint co…
Browse files Browse the repository at this point in the history
…nfiguration.
  • Loading branch information
oleq committed Nov 20, 2019
1 parent 6c03227 commit f19ee49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": "stylelint-config-recommended",
"rules": {
"at-rule-no-unknown": null
}
"extends": "stylelint-config-ckeditor5"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"husky": "^1.3.1",
"lint-staged": "^7.0.0",
"stylelint": "^11.1.1",
"stylelint-config-recommended": "^3.0.0"
"stylelint-config-ckeditor5": "^1.0.0"
},
"engines": {
"node": ">=8.0.0",
Expand Down

0 comments on commit f19ee49

Please sign in to comment.