mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
7 lines
141 B
Text
7 lines
141 B
Text
{
|
|
"extends": "airbnb-base",
|
|
"parser": "babel-eslint",
|
|
"rules": {
|
|
"no-use-before-define": ["error", { "functions": false }],
|
|
},
|
|
}
|