File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
"trailingComma": "es5",
5
5
"bracketSpacing": true,
6
6
"printWidth": 120,
7
- "arrowParens": "always"
7
+ "arrowParens": "always",
8
+ "endOfLine": "auto"
8
9
}
Original file line number Diff line number Diff line change 34
34
"lint" : " eslint --ext .ts ./src ./__tests__" ,
35
35
"lint-staged" : " lint-staged" ,
36
36
"test" : " jest" ,
37
- "test-live" : " DEBUG_MODE=1 jest --watch ./__tests__" ,
37
+ "test-live" : " cross-env DEBUG_MODE=1 jest --watch ./__tests__" ,
38
38
"coverage" : " jest --coverage" ,
39
39
"ci" : " run-s lint build coverage" ,
40
40
"changelog" : " conventional-changelog -i CHANGELOG.md -a -s" ,
63
63
"@typescript-eslint/parser" : " ^2.0.0" ,
64
64
"babel-loader" : " ^8.1.0" ,
65
65
"conventional-changelog-cli" : " ^2.0.28" ,
66
+ "cross-env" : " ^7.0.2" ,
66
67
"dumi" : " ^1.0.33" ,
67
68
"eslint" : " ^6.1.0" ,
68
69
"eslint-config-prettier" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments