File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55 "trailingComma" : " es5" ,
66 "printWidth" : 120 ,
77 "arrowParens" : " avoid" ,
8+ "endOfLine" : " auto" ,
89 "overrides" : [
910 {
1011 "files" : " *.css" ,
Original file line number Diff line number Diff line change 66 "main" : " main.js" ,
77 "scripts" : {
88 "lint:stylelint" : " stylelint style.css" ,
9- "lint:prettier" : " prettier --check ' *.ts' ' *.mjs' " ,
10- "lint:eslint" : " eslint --max-warnings 0 ' *.ts' ' *.mjs' " ,
9+ "lint:prettier" : " prettier --check *.ts *.mjs" ,
10+ "lint:eslint" : " eslint --max-warnings 0 *.ts *.mjs" ,
1111 "lint:tsc-eslint" : " tsc -p tsconfig.eslint.json" ,
1212 "lint" : " npm run lint:prettier && npm run lint:eslint && npm run lint:stylelint && npm run lint:tsc-eslint" ,
13- "prettier" : " prettier --write ' *.ts' ' *.mjs' " ,
13+ "prettier" : " prettier --write *.ts *.mjs" ,
1414 "build" : " tsc -p ." ,
1515 "watch" : " tsc -p . --watch" ,
1616 "serve" : " http-server . -p 1234" ,
You can’t perform that action at this time.
0 commit comments