suggest knexfile

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-02-07 13:08:20 +01:00
parent 74a2ae2c23
commit a5b07ab46f
7 changed files with 39 additions and 101 deletions
+5 -2
View File
@@ -23,8 +23,11 @@ module.exports = {
'notice/notice': [
'error',
{
// eslint-disable-next-line no-restricted-syntax
templateFile: path.resolve(__dirname, './scripts/copyright-header.txt'),
templateFile: path.resolve(
// eslint-disable-next-line no-restricted-syntax
__dirname,
'./scripts/templates/copyright-header.txt'
),
onNonMatchingHeader: 'replace',
},
],