From b55a81dfd5205ddf782849b17511e089ea87487f Mon Sep 17 00:00:00 2001 From: Stacey Gammon Date: Thu, 14 May 2020 17:50:59 -0400 Subject: [PATCH] Don't automatically add license header to code inside plugins dir. (#66601) Co-authored-by: Elastic Machine --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 379b8114d37a4..5fb0b6a4be823 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -139,7 +139,7 @@ module.exports = { * Licence headers */ { - files: ['**/*.{js,ts,tsx}'], + files: ['**/*.{js,ts,tsx}', '!plugins/**/*'], rules: { '@kbn/eslint/require-license-header': [ 'error',