File tree 2 files changed +10
-21
lines changed
2 files changed +10
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
},
12
12
"homepage" : " https://github.com/hugomods/____" ,
13
13
"devDependencies" : {
14
+ "@hugomods/prettier-config" : " ^0.0.2" ,
14
15
"@tsconfig/recommended" : " ^1.0.2" ,
15
- "prettier" : " ^3.0.0" ,
16
- "prettier-plugin-go-template" : " ^0.0.15" ,
17
16
"stylelint" : " ^16.0.0" ,
18
17
"stylelint-config-standard-scss" : " ^13.0.0" ,
19
18
"stylelint-scss" : " ^6.0.0" ,
20
19
"ts-standard" : " ^12.0.2"
21
20
},
22
21
"scripts" : {
23
- "lint" : " npm run eslint && npm run stylelint" ,
24
- "eslint" : " ts-standard" ,
25
- "stylelint" : " npx stylelint \" **/*.scss\" "
26
- }
22
+ "lint" : " npm run lint:prettier && npm run lint:style && npm run lint:standard" ,
23
+ "lint:prettier" : " prettier **/*.html i18n/* data/* **/*.md --check" ,
24
+ "lint:prettier:fix" : " prettier **/*.html i18n/* data/* **/*.md -w" ,
25
+ "lint:standard" : " ts-standard ." ,
26
+ "lint:standard:fix" : " ts-standard --fix ." ,
27
+ "lint:style" : " stylelint \" **/*.scss\" " ,
28
+ "lint:style:fix" : " stylelint \" **/*.scss\" --fix"
29
+ },
30
+ "prettier" : " @hugomods/prettier-config"
27
31
}
You can’t perform that action at this time.
0 commit comments