Skip to content

Commit

Permalink
fix(api): add eslint-plugin-license-header package
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinedorbozgithub committed Oct 19, 2024
1 parent 946574a commit f23b9a1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions api/package-lock.json

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

3 changes: 2 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "~3.6.1",
"eslint-plugin-license-header": "^0.6.1",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"jest": "^29.5.0",
Expand Down Expand Up @@ -157,4 +158,4 @@
"@/(.*)": "<rootDir>/$1"
}
}
}
}

0 comments on commit f23b9a1

Please sign in to comment.