Skip to content

Commit 2ac58cf

Browse files
committed
Refactor ESLint ignorePatterns for improved readability
1 parent 551449d commit 2ac58cf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.eslintrc.cjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ module.exports = {
2222
node: true,
2323
es6: true,
2424
},
25-
ignorePatterns: ['*.config.js', '*.config.ts', 'webpack.config.js', 'webpack.config.ts', 'tools/ci-scripts/**/*'],
25+
ignorePatterns: [
26+
'*.config.js',
27+
'*.config.ts',
28+
'webpack.config.js',
29+
'webpack.config.ts',
30+
'tools/ci-scripts/**/*',
31+
],
2632
rules: {
2733
// Prettier integration
2834
'prettier/prettier': 'error',

0 commit comments

Comments
 (0)