Skip to content

Commit e0ad2b2

Browse files
committed
add: stylelint-config-prettier
1 parent 5523161 commit e0ad2b2

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.stylelintrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{}
1+
{
2+
"extends": [
3+
"stylelint-config-prettier"
4+
]
5+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
"pug-jest": "1.0.1",
7676
"pug-loader": "2.4.0",
7777
"stylelint": "9.9.0",
78+
"stylelint-config-prettier": "4.0.0",
7879
"ts-node": "7.0.1",
7980
"tslint": "5.12.0",
80-
"tslint-config-prettier": "1.17.0",
8181
"typescript": "3.2.2",
8282
"webpack": "4.28.2"
8383
},

tslint.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"rulesDirectory": [
3-
"node_modules/codelyzer"
4-
],
2+
"extends": ["codelyzer"],
53
"rules": {
64
"arrow-return-shorthand": true,
75
"callable-types": true,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy