Use a standard ESLint file name
This commit is contained in:
parent
909d92ee49
commit
5e08addf2c
|
@ -1,4 +1,4 @@
|
||||||
{
|
module.exports = {
|
||||||
"parser": "babel-eslint",
|
"parser": "babel-eslint",
|
||||||
"extends": "airbnb",
|
"extends": "airbnb",
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
|
@ -120,4 +120,4 @@
|
||||||
"globals": {
|
"globals": {
|
||||||
"__DEV__": true
|
"__DEV__": true
|
||||||
}
|
}
|
||||||
}
|
};
|
Loading…
Reference in New Issue