Skip to content

Commit f550182

Browse files
committed
Add .size-limit.cjs to allowDefaultProject
1 parent 0409fa4 commit f550182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/configs/eslint/src/index.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export const reduxESLintConfig: TSESLint.FlatConfig.Config[] = config(
113113
parser,
114114
parserOptions: {
115115
projectService: {
116+
allowDefaultProject: ['.size-limit.cjs'],
116117
defaultProject: './tsconfig.json',
117118
},
118119
ecmaVersion: 'latest',

0 commit comments

Comments
 (0)