Skip to content

Commit

Permalink
test: remove eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 19, 2023
1 parent 496d8f3 commit 844a8e8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/commands/project/create.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@ const standardfolderarray = [
'tabs',
'triggers',
];
const filestocopy = [
'.eslintignore',
'.forceignore',
'.gitignore',
'.prettierignore',
'.prettierrc',
'jest.config.js',
'package.json',
];
const filestocopy = ['.forceignore', '.gitignore', '.prettierignore', '.prettierrc', 'jest.config.js', 'package.json'];
const emptyfolderarray = ['aura', 'lwc'];
const analyticsfolderarray = ['aura', 'classes', 'lwc', 'waveTemplates'];
const huskyhookarray = ['pre-commit'];
Expand Down

0 comments on commit 844a8e8

Please sign in to comment.