Skip to content

Commit 7c470d6

Browse files
author
Stacey Gammon
committed
Don't automatically add license header to code inside plugins dir.
1 parent 28623ad commit 7c470d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module.exports = {
133133
* Licence headers
134134
*/
135135
{
136-
files: ['**/*.{js,ts,tsx}'],
136+
files: ['**/*.{js,ts,tsx}', '!plugins/**/*'],
137137
rules: {
138138
'@kbn/eslint/require-license-header': [
139139
'error',

0 commit comments

Comments
 (0)