File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 5858 "readmeFilename" : " README.md" ,
5959 "scripts" : {
6060 "setup" : " ts-patch install" ,
61- "prepare" : " npm run setup" ,
61+ "prepare" : " npm run setup" ,
6262 "tsc" : " cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d" ,
6363 "clean" : " rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json" ,
6464 "build.plugin" : " cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc" ,
9090 "@typescript-eslint/parser" : " 5.2.0" ,
9191 "cpy-cli" : " 3.1.1" ,
9292 "eslint" : " 8.1.0" ,
93+ "eslint-config-prettier" : " ^8.3.0" ,
94+ "eslint-plugin-prettier" : " ^4.0.0" ,
9395 "husky" : " ^7.0.4" ,
9496 "lerna" : " ^4.0.0" ,
9597 "npm-watch" : " ^0.11.0" ,
98+ "prettier" : " ^2.4.1" ,
9699 "prompt" : " ^1.2.0" ,
97100 "rimraf" : " ^3.0.2" ,
98101 "ts-patch" : " 1.4.5" ,
Original file line number Diff line number Diff line change 1+ {
2+
3+ "extends" : " ./tsconfig.json" ,
4+ "include" : [" **/*" , " .eslintrc.js" , " app.webpack.config.js" ]
5+ }
You can’t perform that action at this time.
0 commit comments