Skip to content

Commit 1c8094d

Browse files
linter
1 parent 1857964 commit 1c8094d

5 files changed

Lines changed: 33 additions & 30 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
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",
@@ -34,7 +35,8 @@
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+
}

packages/databricks-sdk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878
],
7979
"report-dir": "coverage"
8080
}
81-
}
81+
}
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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+
}

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,4 +561,4 @@
561561
],
562562
"report-dir": "coverage"
563563
}
564-
}
564+
}

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)