File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 "test:integ" : " yarn workspaces foreach run test:integ" ,
1818 "build" : " yarn workspaces foreach run build" ,
1919 "clean" : " yarn workspaces foreach run clean" ,
20- "fix" : " yarn workspaces foreach run fix"
20+ "lint:fix:all" : " yarn workspaces foreach run fix" ,
21+ "lint:fix" : " prettier --write"
2122 },
2223 "repository" : {
2324 "type" : " git" ,
3435 "@typescript-eslint/parser" : " ^5.42.0" ,
3536 "eslint" : " ^8.26.0" ,
3637 "eslint-config-prettier" : " ^8.5.0" ,
38+ "prettier" : " ^2.7.1" ,
3739 "ts-mockito" : " ^2.6.1" ,
3840 "typescript" : " ^4.8.4"
3941 }
40- }
42+ }
Original file line number Diff line number Diff line change 7878 ],
7979 "report-dir" : " coverage"
8080 }
81- }
81+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " @databricks/databricks-vscode-types" ,
3- "version" : " 1.0.0" ,
4- "description" : " Package with types and interfaces to develop extensions to the Databricks VSCode plugin" ,
5- "main" : " index.js" ,
6- "types" : " index.d.ts" ,
7- "repository" : {
8- "type" : " git" ,
9- "url" : " git+https://github.com/databricks/databricks-vscode.git"
10- },
11- "license" : " Apache-2.0" ,
12- "bugs" : {
13- "url" : " https://github.com/databricks/databricks-vscode/issues"
14- },
15- "homepage" : " https://github.com/databricks/databricks-vscode#readme" ,
16- "scripts" : {
17- "build" : " tsc" ,
18- "watch" : " tsc -w"
19- },
20- "devDependencies" : {
21- "@types/vscode" : " ^1.73.0" ,
22- "typescript" : " ^4.8.4"
23- },
24- "dependencies" : {
25- "@databricks/databricks-sdk" : " workspace:^"
26- }
27- }
2+ "name" : " @databricks/databricks-vscode-types" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " Package with types and interfaces to develop extensions to the Databricks VSCode plugin" ,
5+ "main" : " index.js" ,
6+ "types" : " index.d.ts" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " git+https://github.com/databricks/databricks-vscode.git"
10+ },
11+ "license" : " Apache-2.0" ,
12+ "bugs" : {
13+ "url" : " https://github.com/databricks/databricks-vscode/issues"
14+ },
15+ "homepage" : " https://github.com/databricks/databricks-vscode#readme" ,
16+ "scripts" : {
17+ "build" : " tsc" ,
18+ "watch" : " tsc -w"
19+ },
20+ "devDependencies" : {
21+ "@types/vscode" : " ^1.73.0" ,
22+ "typescript" : " ^4.8.4"
23+ },
24+ "dependencies" : {
25+ "@databricks/databricks-sdk" : " workspace:^"
26+ }
27+ }
Original file line number Diff line number Diff line change 561561 ],
562562 "report-dir" : " coverage"
563563 }
564- }
564+ }
Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ __metadata:
319319 " @typescript-eslint/parser " : ^5.42.0
320320 eslint : ^8.26.0
321321 eslint-config-prettier : ^8.5.0
322+ prettier : ^2.7.1
322323 ts-mockito : ^2.6.1
323324 typescript : ^4.8.4
324325 languageName : unknown
You can’t perform that action at this time.
0 commit comments