Skip to content

Commit

Permalink
Adds check for license header
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Blazhukova <konstantina.blajukova@gmail.com>
  • Loading branch information
konstantinabl committed Nov 18, 2024
1 parent 27a10dc commit dea510c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ module.exports = {
"plugin:@typescript-eslint/recommended",
"prettier",
],
<<<<<<< HEAD
"plugins": ["simple-import-sort"],
=======
"plugins": [
"header"
],
>>>>>>> 497d7a52 (Adds check for license header)
"overrides": [
{
"env": {
Expand Down
18 changes: 18 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand Down

0 comments on commit dea510c

Please sign in to comment.