Skip to content

Commit c9d3c98

Browse files
committed
feat: fix checking for existence of typescript files
1 parent fb5198d commit c9d3c98

File tree

5 files changed

+211
-24
lines changed

5 files changed

+211
-24
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
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,6 +38,8 @@
3738
"eslint-plugin-optimize-regex": "^1.2.1",
3839
"eslint-plugin-react": "^7.32.2",
3940
"eslint-plugin-yaml": "^0.5.0",
41+
"globify-gitignore": "^1.0.3",
42+
"make-synchronous": "^0.1.1",
4043
"prettier": "2.8.8",
4144
"read-pkg-up": "^7.0.1",
4245
"semver": "^7.5.1",

pnpm-lock.yaml

Lines changed: 155 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)