Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eslint: Use common file header #230

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

felixSchober
Copy link
Contributor

This PR adds a new eslint rule to enforce a common header across all files.

Required header:

/*
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

changes to the template can be made in .eslintrc.js

@felixSchober felixSchober force-pushed the users/feschobe/enforce-consistent-header branch from cda19da to d62d65e Compare July 8, 2022 08:48
@felixSchober felixSchober merged commit 1c9cba1 into main Jul 8, 2022
@felixSchober felixSchober deleted the users/feschobe/enforce-consistent-header branch July 8, 2022 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants