Skip to content

Commit

Permalink
build: fix eslint fails on jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
konokenj committed Dec 29, 2022
1 parent 5abe81a commit 18f4275
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
**/cdk.out/**
*.js
*.d.ts
*.json
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
"env": {
"node": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json"
"project": null
},
"plugins": ["@typescript-eslint"],
"rules": {}
Expand Down

0 comments on commit 18f4275

Please sign in to comment.