Skip to content

Commit 3bdcd25

Browse files
committed
feat: Remove the automatic Microsoft header.
1 parent f8356bb commit 3bdcd25

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.eslintrc.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,7 @@ module.exports = {
212212
'local-rules/dont-use-process': ['error'],
213213
'local-rules/dont-use-fspath': ['error'],
214214
'local-rules/dont-use-filename': ['error'],
215-
strict: 'off',
216-
'header/header': [
217-
'error',
218-
'line',
219-
[' Copyright (c) Microsoft Corporation.', ' Licensed under the MIT License.'],
220-
2
221-
]
215+
strict: 'off'
222216
},
223217
overrides: [
224218
{

0 commit comments

Comments
 (0)