Skip to content

Commit

Permalink
Merge pull request #285 from salesforcecli/sm/templates-nut-fix
Browse files Browse the repository at this point in the history
test: remove eslintignore
  • Loading branch information
mshanemc authored Nov 20, 2023
2 parents 496d8f3 + 66d24e1 commit d6a668b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 165 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"bugs": "https://github.com/salesforcecli/plugin-templates/issues",
"dependencies": {
"@oclif/core": "^3.11.0",
"@salesforce/core": "^6.1.3",
"@salesforce/sf-plugins-core": "^5.0.1",
"@salesforce/templates": "^59.0.1",
"@salesforce/core": "^6.1.4",
"@salesforce/sf-plugins-core": "^5.0.2",
"@salesforce/templates": "^59.0.2",
"yeoman-environment": "^3",
"yeoman-generator": "^5"
},
Expand Down
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
Loading

0 comments on commit d6a668b

Please sign in to comment.