Skip to content

Commit 8775546

Browse files
authored
skips 'config_open.ts' files from linter check (#60248) (#60267)
1 parent 5c0f664 commit 8775546

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
@@ -326,6 +326,7 @@ module.exports = {
326326
'x-pack/test/functional/apps/**/*.js',
327327
'x-pack/legacy/plugins/apm/**/*.js',
328328
'test/*/config.ts',
329+
'test/*/config_open.ts',
329330
'test/*/{tests,test_suites,apis,apps}/**/*',
330331
'test/visual_regression/tests/**/*',
331332
'x-pack/test/*/{tests,test_suites,apis,apps}/**/*',

0 commit comments

Comments
 (0)