Skip to content

Commit

Permalink
Improve unresolved regex to only match packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tamorim committed May 11, 2017
1 parent f8f48dd commit 4b0dfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"commonjs": true,
"amd": true,
"ignore": ["^[a-zA-Z\\.@-]+$"]
"ignore": ["^([a-zA-Z@]+[-\\.]?)+"]
}
]
},
Expand Down

0 comments on commit 4b0dfbe

Please sign in to comment.