Skip to content

Commit 18f4275

Browse files
committed
build: fix eslint fails on jest.config.js
1 parent 5abe81a commit 18f4275

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
**/cdk.out/**
33
*.js
44
*.d.ts
5+
*.json

.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
3+
"env": {
4+
"node": true
5+
},
36
"parser": "@typescript-eslint/parser",
47
"parserOptions": {
5-
"project": "./tsconfig.json"
8+
"project": null
69
},
710
"plugins": ["@typescript-eslint"],
811
"rules": {}

0 commit comments

Comments
 (0)