Skip to content

Commit

Permalink
fix: eslint config (aws-amplify#246)
Browse files Browse the repository at this point in the history
* test: suppress unhandled rejections emitted from yargs.

* Revert "test: suppress unhandled rejections emitted from yargs."

This reverts commit 159c4d5.

* test: make this async await

* test: make this async await

* test: this kinda works

* test: this kinda works

* test: remove this

* test: empty changeset

* test: grrr

* test: try this

* test: wtf

* test: try this

* test: this is getting weird

* test: fix cache

* test: maybe that was valid

* test: add comment

* fix: eslint config
  • Loading branch information
sobolk authored Sep 19, 2023
1 parent 9091c2b commit 158098d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"project": ["tsconfig.base.json"]
"project": ["**/tsconfig.json"]
},
"plugins": [
"@typescript-eslint",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./tsconfig.base.json"
}

0 comments on commit 158098d

Please sign in to comment.