Skip to content

Commit 6598298

Browse files
authored
skips 'config_open.ts' files from linter check (#60248)
1 parent 1f8e938 commit 6598298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ module.exports = {
322322
'x-pack/test/functional/apps/**/*.js',
323323
'x-pack/legacy/plugins/apm/**/*.js',
324324
'test/*/config.ts',
325+
'test/*/config_open.ts',
325326
'test/*/{tests,test_suites,apis,apps}/**/*',
326327
'test/visual_regression/tests/**/*',
327328
'x-pack/test/*/{tests,test_suites,apis,apps}/**/*',

0 commit comments

Comments
 (0)