Skip to content

Commit

Permalink
Fix eslint file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Oct 16, 2019
1 parent 02f8e02 commit 56aba7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exports.generateTemplateFiles = (dest, rawProps) => {

const srcIndexDest = path.join(dest, 'src/index.js')
const srcPrettierDest = path.join(dest, '.prettierrc.js')
const srcESLintRc = path.join(dest, '.eslinrc')
const srcESLintRc = path.join(dest, '.eslintrc')

templateFiles.forEach(file => {
const fileContent = fs.readFileSync(file, 'utf8')
Expand Down

0 comments on commit 56aba7c

Please sign in to comment.