File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 99 "[json]" : {
1010 "editor.defaultFormatter" : " dprint.dprint"
1111 },
12- "dprint.path" : " ./node_modules/dprint/bin.js" ,
12+ "dprint.path" : " ./node_modules/dprint/bin.js"
1313}
Original file line number Diff line number Diff line change 2020 "scripts" : {
2121 "build" : " rm -rf dist && npm run build:cjs && npm run build:ejs" ,
2222 "build:cjs" : " tsc --outDir dist/cjs --declaration" ,
23- "build:ejs" : " tsc --outDir dist/ejs --module es6"
23+ "build:ejs" : " tsc --outDir dist/ejs --module es6" ,
24+ "lint" : " dprint check && eslint ." ,
25+ "format" : " dprint fmt"
2426 },
2527 "devDependencies" : {
2628 "@typescript-eslint/eslint-plugin" : " ^5.10.2" ,
Original file line number Diff line number Diff line change 77 "removeComments" : true ,
88 "preserveConstEnums" : true ,
99 "outDir" : " dist" ,
10- "esModuleInterop" : true ,
10+ "esModuleInterop" : true
1111 },
1212 "include" : [" src/**/*" ],
1313 "exclude" : [" node_modules" , " **/*.spec.ts" ]
You can’t perform that action at this time.
0 commit comments