File tree 3 files changed +15
-7
lines changed 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+ [* ]
4
+ indent_style = space
5
+ indent_size = 2
6
+ end_of_line = lf
7
+ charset = utf-8
8
+ trim_trailing_whitespace = true
9
+ insert_final_newline = true
Original file line number Diff line number Diff line change 1
- /node_modules
2
- npm-debug.log
3
- yarn-error.log
4
1
.DS_Store
2
+ * .d.ts
3
+ * .log
4
+ coverage /
5
+ dist /
6
+ node_modules /
5
7
yarn.lock
6
- /dist
7
- /coverage
Original file line number Diff line number Diff line change 61
61
"xo" : " ^0.38.0"
62
62
},
63
63
"scripts" : {
64
- "clean" : " rm -rf dist" ,
65
64
"build" : " rollup -c" ,
66
65
"format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
67
66
"test:api" : " jest" ,
70
69
"test:karma:firefox" : " karma start --single-run --browsers FirefoxHeadless" ,
71
70
"test:karma:safari" : " karma start --single-run --browsers Safari" ,
72
71
"test:dev" : " jest --watchAll" ,
73
- "test" : " yarn build && yarn format && yarn test:api"
72
+ "test" : " npm run build && npm run format && npm run test:api"
74
73
},
75
74
"prettier" : {
76
75
"tabWidth" : 2 ,
You can’t perform that action at this time.
0 commit comments