From 7c470d6bb541ce206fff6e4c062d220ffe657dbf Mon Sep 17 00:00:00 2001 From: Stacey Gammon Date: Thu, 14 May 2020 13:23:04 -0400 Subject: [PATCH] Don't automatically add license header to code inside plugins dir. --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index f1e0b7d9353e8..2edd9f5d433f2 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -133,7 +133,7 @@ module.exports = { * Licence headers */ { - files: ['**/*.{js,ts,tsx}'], + files: ['**/*.{js,ts,tsx}', '!plugins/**/*'], rules: { '@kbn/eslint/require-license-header': [ 'error',