Skip to content

Commit a2bf302

Browse files
committed
Eslint ignore file
1 parent 711a57e commit a2bf302

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/js/lib

generators/app/writing.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = function () {
2424
this.fs.copy(this.templatePath('gitignore'), '.gitignore');
2525
this.fs.copy(this.templatePath('editorconfig'), '.editorconfig');
2626
this.fs.copy(this.templatePath('eslintrc'), '.eslintrc');
27+
this.fs.copy(this.templatePath('eslintignore'), '.eslintignore');
2728
this.fs.copy(this.templatePath('htmlhintrc'), '.htmlhintrc');
2829
this.fs.copy(this.templatePath('sass-lint.yml'), '.sass-lint.yml');
2930
this.fs.copy(this.templatePath('stylelintrc'), '.stylelintrc');

0 commit comments

Comments
 (0)