Skip to content

Commit 5e98fee

Browse files
committed
Add copywright header to all eslint test project .eslintrc.js files
1 parent a64ee9b commit 5e98fee

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

build-tests/eslint-7-11-test/.eslintrc.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
3+
14
// This is a workaround for https://github.com/eslint/eslint/issues/3458
25
require('local-node-rig/profiles/default/includes/eslint/patch/modern-module-resolution');
36
// This is a workaround for https://github.com/microsoft/rushstack/issues/3021

build-tests/eslint-7-7-test/.eslintrc.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
3+
14
// This is a workaround for https://github.com/eslint/eslint/issues/3458
25
require('local-node-rig/profiles/default/includes/eslint/patch/modern-module-resolution');
36
// This is a workaround for https://github.com/microsoft/rushstack/issues/3021

build-tests/eslint-7-test/.eslintrc.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
3+
14
// This is a workaround for https://github.com/eslint/eslint/issues/3458
25
require('local-node-rig/profiles/default/includes/eslint/patch/modern-module-resolution');
36
// This is a workaround for https://github.com/microsoft/rushstack/issues/3021

build-tests/eslint-8-test/.eslintrc.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
3+
14
// This is a workaround for https://github.com/eslint/eslint/issues/3458
25
require('local-node-rig/profiles/default/includes/eslint/patch/modern-module-resolution');
36
// This is a workaround for https://github.com/microsoft/rushstack/issues/3021

0 commit comments

Comments
 (0)