github-pages-deploy-action/tsconfig.lint.json
James Ives 4bb15711fb
Eslint improvements (#686)
* Initial Pass at new configs

* Improved Linting/Formatting

* Update execute.ts

* Update main.test.ts

* Change typing

* Update git.ts

* Update worktree.ts

* Update worktree.ts

* Update worktree.ts

* Maybe

* Update execute.ts
2021-04-26 18:57:10 -04:00

8 lines
113 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "."
},
"exclude": ["node_modules"]
}