Skip to content

Commit

Permalink
Don't automatically add license header to code inside plugins dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed May 14, 2020
1 parent 28623ad commit 7c470d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module.exports = {
* Licence headers
*/
{
files: ['**/*.{js,ts,tsx}'],
files: ['**/*.{js,ts,tsx}', '!plugins/**/*'],
rules: {
'@kbn/eslint/require-license-header': [
'error',
Expand Down

0 comments on commit 7c470d6

Please sign in to comment.