+5
-2
@@ -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',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user