We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711a57e commit a2bf302Copy full SHA for a2bf302
generators/app/templates/eslintignore
@@ -0,0 +1 @@
1
+src/js/lib
generators/app/writing.js
@@ -24,6 +24,7 @@ module.exports = function () {
24
this.fs.copy(this.templatePath('gitignore'), '.gitignore');
25
this.fs.copy(this.templatePath('editorconfig'), '.editorconfig');
26
this.fs.copy(this.templatePath('eslintrc'), '.eslintrc');
27
+ this.fs.copy(this.templatePath('eslintignore'), '.eslintignore');
28
this.fs.copy(this.templatePath('htmlhintrc'), '.htmlhintrc');
29
this.fs.copy(this.templatePath('sass-lint.yml'), '.sass-lint.yml');
30
this.fs.copy(this.templatePath('stylelintrc'), '.stylelintrc');
0 commit comments