Disables header eslint-rule for src/vs/server/*

This commit is contained in:
Henning Dieterichs 2021-08-12 18:04:53 +02:00
parent 9af67dd74c
commit c0cc785861
No known key found for this signature in database
GPG Key ID: 771381EFFDB9EC06

View File

@ -1070,6 +1070,17 @@
}
]
}
},
{
"files": [
"src/vs/server/*"
],
"rules": {
"header/header": [
// hygiene.js still checks that all files (even those in this directory) are MIT licensed.
"off"
]
}
}
]
}