Skip to content

Commit 33e9e1e

Browse files
fix(eslint-config): add files option (#87)
Co-authored-by: Almanov Nikita <[email protected]>
1 parent 5e75b6c commit 33e9e1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default defineFlatConfig([
1717
),
1818
unicornPlugin.configs['flat/recommended'],
1919
{
20+
files: ['src/**/*.ts'],
2021
languageOptions: {
2122
parser,
2223
ecmaVersion: 'latest',

0 commit comments

Comments
 (0)