Skip to content

Commit

Permalink
upsteam version of prettier and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
msivasubramaniaan committed May 29, 2024
1 parent 7e42439 commit 6dbe697
Show file tree
Hide file tree
Showing 2 changed files with 387 additions and 351 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
},
"extensionDependencies": [],
"scripts": {
"build": "yarn run clean && yarn run lint && yarn run vscode:prepublish",
"build": "yarn run clean && yarn run vscode:prepublish",
"check-dependencies": "node ./scripts/check-dependencies.js",
"clean": "rimraf out && rimraf dist",
"compile": "webpack --mode none",
Expand All @@ -263,31 +263,32 @@
"@types/sinon-chai": "^3.2.5",
"@types/vscode": "1.64.0",
"@types/webpack": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vscode/test-electron": "^2.4.0",
"@vscode/test-web": "0.0.11",
"buffer": "^6.0.3",
"chai": "^4.2.0",
"crypto-browserify": "^3.12.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"glob": "^7.1.6",
"mocha": "^9.1.2",
"path-browserify": "^1.0.1",
"prettier": "2.2.1",
"prettier": "^3.2.5",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0",
"ts-loader": "^9.2.5",
"ts-node": "^3.3.0",
"typescript": "4.4.3",
"typescript": "^5.4.5",
"umd-compat-loader": "^2.1.2",
"url": "^0.11.0",
"util": "^0.12.5",
"vscode-extension-tester": "^5.3.0",
"vscode-test": "^1.6.1",
"vscode-test": "^1.4.0",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1"
},
Expand Down
Loading

0 comments on commit 6dbe697

Please sign in to comment.