Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e62914c

Browse files
committed
Formatting
1 parent f215808 commit e62914c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

site/.eslintrc.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ parser: "@typescript-eslint/parser"
1818
parserOptions:
1919
ecmaVersion: 2018
2020
project:
21-
- "./tsconfig.json"
22-
- "./site/tsconfig.json"
21+
- "./tsconfig.test.json"
2322
sourceType: module
2423
ecmaFeatures:
2524
jsx: true

site/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
displayName: "lint",
2424
runner: "jest-runner-eslint",
2525
testMatch: ["<rootDir>/**/*.js", "<rootDir>/**/*.ts", "<rootDir>/**/*.tsx"],
26-
testPathIgnorePatterns: ["/.next/", "/out/"],
26+
testPathIgnorePatterns: ["/.next/", "/out/", "/_jest/", "jest.config.js", "jest-runner.*.js", "next.config.js"],
2727
},
2828
],
2929
collectCoverageFrom: [

0 commit comments

Comments
 (0)