|
27 | 27 | "develop": "jupyter labextension develop . --overwrite && node ./buildutils/lib/develop.js --overwrite",
|
28 | 28 | "eslint": "eslint . --ext .ts,.tsx --fix",
|
29 | 29 | "eslint:check": "eslint . --ext .ts,.tsx",
|
| 30 | + "eslint:files": "eslint --fix", |
30 | 31 | "install": "lerna bootstrap",
|
31 | 32 | "integrity": "node buildutils/lib/ensure-repo.js",
|
32 | 33 | "prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
|
33 | 34 | "prettier:check": "prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
|
| 35 | + "prettier:files": "prettier --write", |
34 | 36 | "release:bump": "node ./buildutils/lib/release-bump.js",
|
35 | 37 | "release:patch": "node ./buildutils/lib/release-patch.js",
|
36 | 38 | "test": "lerna run test",
|
|
39 | 41 | "watch:app": "lerna exec --stream --scope \"@jupyter-notebook/app\" jlpm watch",
|
40 | 42 | "watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
|
41 | 43 | },
|
42 |
| - "husky": { |
43 |
| - "hooks": { |
44 |
| - "pre-commit": "lint-staged" |
45 |
| - } |
46 |
| - }, |
47 | 44 | "devDependencies": {
|
48 | 45 | "@jupyterlab/buildutils": "^4.0.0-alpha.7",
|
49 | 46 | "@typescript-eslint/eslint-plugin": "^4.2.0",
|
|
54 | 51 | "eslint-plugin-prettier": "^3.1.4",
|
55 | 52 | "eslint-plugin-react": "^7.21.5",
|
56 | 53 | "extra-watch-webpack-plugin": "^1.0.3",
|
57 |
| - "husky": "^3", |
58 | 54 | "jest": "^26.4.2",
|
59 | 55 | "jest-junit": "^11.1.0",
|
60 | 56 | "jest-raw-loader": "^1.0.1",
|
61 | 57 | "jest-summary-reporter": "^0.0.2",
|
62 | 58 | "lerna": "^3.22.1",
|
63 |
| - "lint-staged": "^10.4.0", |
64 | 59 | "npm-run-all": "^4.1.5",
|
65 | 60 | "prettier": "^1.19.0",
|
66 | 61 | "rimraf": "^3.0.2",
|
67 |
| - "shell-quote": "^1.7.2", |
68 | 62 | "typescript": "~4.1.3"
|
69 | 63 | },
|
70 | 64 | "jupyter-releaser": {
|
|
0 commit comments