mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 08:25:14 +00:00
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
{
|
|
"extends": "airbnb-base",
|
|
"parser": "babel-eslint",
|
|
"rules": {
|
|
"no-use-before-define": ["error", { "functions": false }],
|
|
},
|
|
}
|