Skip to content

Commit

Permalink
fix(app): Make eslintrc a root file
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Mar 21, 2016
1 parent 9158c0f commit 1fcdf88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"root": true,
"env": {
"amd": true,
"browser": true,
Expand Down
1 change: 1 addition & 0 deletions generators/app/templates/_eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"root": true,
"env": {
"amd": true,
"browser": true,
Expand Down

0 comments on commit 1fcdf88

Please # to comment.