Skip to content

Commit

Permalink
Merge pull request #72 from atom-community/unused-vars-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored May 31, 2023
2 parents ddf11f8 + c9d3c98 commit 017d08f
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 84 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cSpell.words": ["globify"]
}
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
},
"prettier": "prettier-config-atomic",
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-syntax-flow": "^7.21.4",
"@babel/plugin-syntax-jsx": "^7.21.4",
"@typescript-eslint/eslint-plugin": "6.0.0-alpha.138",
"@typescript-eslint/parser": "6.0.0-alpha.138",
"anymatch": "^3.1.3",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-html": "^7.1.0",
Expand All @@ -37,14 +38,15 @@
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-yaml": "^0.5.0",
"fast-glob": "^3.2.12",
"globify-gitignore": "^1.0.3",
"make-synchronous": "^0.1.1",
"prettier": "2.8.8",
"read-pkg-up": "^7.0.1",
"semver": "^7.5.1",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/node": "^20.2.3",
"@types/node": "^20.2.5",
"@types/semver": "^7.5.0",
"execa": "^5.1.1",
"gitly": "^2.4.2",
Expand Down
Loading

0 comments on commit 017d08f

Please sign in to comment.