Skip to content

Commit 017d08f

Browse files
authored
Merge pull request #72 from atom-community/unused-vars-typescript
2 parents ddf11f8 + c9d3c98 commit 017d08f

File tree

5 files changed

+311
-84
lines changed

5 files changed

+311
-84
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cSpell.words": ["globify"]
3+
}

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
},
2222
"prettier": "prettier-config-atomic",
2323
"dependencies": {
24-
"@babel/core": "^7.21.8",
24+
"@babel/core": "^7.22.1",
2525
"@babel/eslint-parser": "^7.21.8",
2626
"@babel/plugin-syntax-flow": "^7.21.4",
2727
"@babel/plugin-syntax-jsx": "^7.21.4",
2828
"@typescript-eslint/eslint-plugin": "6.0.0-alpha.138",
2929
"@typescript-eslint/parser": "6.0.0-alpha.138",
30+
"anymatch": "^3.1.3",
3031
"eslint": "^8.41.0",
3132
"eslint-config-prettier": "^8.8.0",
3233
"eslint-plugin-html": "^7.1.0",
@@ -37,14 +38,15 @@
3738
"eslint-plugin-optimize-regex": "^1.2.1",
3839
"eslint-plugin-react": "^7.32.2",
3940
"eslint-plugin-yaml": "^0.5.0",
40-
"fast-glob": "^3.2.12",
41+
"globify-gitignore": "^1.0.3",
42+
"make-synchronous": "^0.1.1",
4143
"prettier": "2.8.8",
4244
"read-pkg-up": "^7.0.1",
4345
"semver": "^7.5.1",
4446
"typescript": "^5.0.4"
4547
},
4648
"devDependencies": {
47-
"@types/node": "^20.2.3",
49+
"@types/node": "^20.2.5",
4850
"@types/semver": "^7.5.0",
4951
"execa": "^5.1.1",
5052
"gitly": "^2.4.2",

0 commit comments

Comments
 (0)