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

Commit 86fd9c9

Browse files
committed
Used the external stylelint-config-ckeditor5 package for stylelint configuration.
1 parent d5f80fa commit 86fd9c9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.stylelintrc

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"extends": "stylelint-config-recommended",
3-
"rules": {
4-
"at-rule-no-unknown": null
5-
}
2+
"extends": "stylelint-config-ckeditor5"
63
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"husky": "^1.3.1",
2727
"lint-staged": "^7.0.0",
2828
"stylelint": "^11.1.1",
29-
"stylelint-config-recommended": "^3.0.0"
29+
"stylelint-config-ckeditor5": "^1.0.0"
3030
},
3131
"engines": {
3232
"node": ">=8.0.0",

0 commit comments

Comments
 (0)