cli/templates: .eslintrc.js -> .eslintrc.js.hbs

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-10-06 11:37:03 +02:00
parent 3605718b1d
commit 80a1f41334
18 changed files with 9 additions and 9 deletions
@@ -90,7 +90,7 @@ describe('backendModule factory', () => {
`availability plugins${sep}test-backend-module-tester-two`,
'creating temp dir',
'Executing Template:',
'copying .eslintrc.js',
'templating .eslintrc.js.hbs',
'templating README.md.hbs',
'templating package.json.hbs',
'templating index.ts.hbs',
@@ -89,7 +89,7 @@ describe('backendPlugin factory', () => {
`availability plugins${sep}test-backend`,
'creating temp dir',
'Executing Template:',
'copying .eslintrc.js',
'templating .eslintrc.js.hbs',
'templating README.md.hbs',
'templating index.ts.hbs',
'templating package.json.hbs',
@@ -91,7 +91,7 @@ describe('frontendPlugin factory', () => {
`availability plugins${sep}test`,
'creating temp dir',
'Executing Template:',
'copying .eslintrc.js',
'templating .eslintrc.js.hbs',
'templating README.md.hbs',
'templating package.json.hbs',
'templating index.tsx.hbs',
@@ -75,7 +75,7 @@ describe('nodeLibraryPackage factory', () => {
`availability ${joinPath('packages', expectedNodeLibraryPackageName)}`,
'creating temp dir',
'Executing Template:',
'copying .eslintrc.js',
'templating .eslintrc.js.hbs',
'templating README.md.hbs',
'templating package.json.hbs',
'templating index.ts.hbs',
@@ -73,7 +73,7 @@ describe('pluginCommon factory', () => {
`availability plugins${sep}test-common`,
'creating temp dir',
'Executing Template:',
'copying .eslintrc.js',
'templating .eslintrc.js.hbs',
'templating README.md.hbs',
'templating package.json.hbs',
'templating index.ts.hbs',
@@ -73,7 +73,7 @@ describe('pluginNode factory', () => {
`availability plugins${sep}test-node`,
'creating temp dir',
'Executing Template:',
'copying .eslintrc.js',
'templating .eslintrc.js.hbs',
'templating README.md.hbs',
'templating package.json.hbs',
'templating index.ts.hbs',
@@ -73,7 +73,7 @@ describe('pluginWeb factory', () => {
`availability plugins${sep}test-react`,
'creating temp dir',
'Executing Template:',
'copying .eslintrc.js',
'templating .eslintrc.js.hbs',
'templating README.md.hbs',
'templating package.json.hbs',
'templating index.ts.hbs',
@@ -89,7 +89,7 @@ describe('scaffolderModule factory', () => {
`availability plugins${sep}scaffolder-backend-module-test`,
'creating temp dir',
'Executing Template:',
'copying .eslintrc.js',
'templating .eslintrc.js.hbs',
'templating README.md.hbs',
'templating package.json.hbs',
'templating index.ts.hbs',
@@ -75,7 +75,7 @@ describe('webLibraryPackage factory', () => {
`availability ${joinPath('packages', expectedwebLibraryPackageName)}`,
'creating temp dir',
'Executing Template:',
'copying .eslintrc.js',
'templating .eslintrc.js.hbs',
'templating README.md.hbs',
'templating package.json.hbs',
'templating index.ts.hbs',