File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ module.exports = {
1414 arrowParens : 'avoid' ,
1515 singleAttributePerLine : true ,
1616 htmlWhitespaceSensitivity : 'strict' ,
17+ endOfLine : 'lf' ,
1718} ;
Original file line number Diff line number Diff line change 1010 "scripts" : {
1111 "build" : " tsc && node --experimental-strip-types scripts/post-build.ts" ,
1212 "typecheck" : " tsc --noEmit" ,
13- "format" : " eslint --cache --fix . ; prettier --write --cache ." ,
14- "check-format" : " eslint --cache .; prettier --check --cache .;" ,
13+ "format" : " eslint --cache --fix . && prettier --write --cache ." ,
14+ "check-format" : " eslint --cache . && prettier --check --cache .;" ,
1515 "docs" : " npm run build && npm run docs:generate && npm run format" ,
1616 "docs:generate" : " node --experimental-strip-types scripts/generate-docs.ts" ,
1717 "start" : " npm run build && node build/src/index.js" ,
You can’t perform that action at this time.
0 commit comments