Skip to content

Commit

Permalink
ESLint: Add .eslintrc.js file to Node.js files
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Sep 1, 2020
1 parent a6cc534 commit 162009b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
// node files
{
files: [
'**/.eslintrc.js',
'.template-lintrc.js',
'ember-cli-build.js',
'index.js',
Expand Down

0 comments on commit 162009b

Please sign in to comment.