Use a standard ESLint file name

This commit is contained in:
Rodrigo Nascimento 2017-11-29 09:26:37 -02:00
parent 909d92ee49
commit 5e08addf2c
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
module.exports = {
"parser": "babel-eslint",
"extends": "airbnb",
"parserOptions": {
@ -120,4 +120,4 @@
"globals": {
"__DEV__": true
}
}
};