Skip to content

Commit

Permalink
feat: fix checking for existence of typescript files
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 31, 2023
1 parent fb5198d commit c9d3c98
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 24 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"]
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@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,6 +38,8 @@
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-yaml": "^0.5.0",
"globify-gitignore": "^1.0.3",
"make-synchronous": "^0.1.1",
"prettier": "2.8.8",
"read-pkg-up": "^7.0.1",
"semver": "^7.5.1",
Expand Down
155 changes: 155 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9d3c98

Please sign in to comment.