Skip to content

Commit 684f906

Browse files
committed
change rule
1 parent f2d3039 commit 684f906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.eslintrc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ module.exports = {
2020
extends: ['plugin:@typescript-eslint/recommended', 'prettier/@typescript-eslint'],
2121
plugins: ['@typescript-eslint'],
2222
parser: '@typescript-eslint/parser',
23+
parserOptions: {
24+
project: './tsconfig.json',
25+
},
2326
rules: {
24-
parserOptions: {
25-
project: './tsconfig.json',
26-
},
2727
// We want to prevent async await usage in our files to prevent uncessary bundle size. Turned off in tests.
2828
'sentry-sdk/no-async-await': 'error',
2929

0 commit comments

Comments
 (0)