mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
14 lines
213 B
Text
14 lines
213 B
Text
{
|
|
extends: [
|
|
"airbnb-base",
|
|
"plugin:flowtype/recommended"
|
|
],
|
|
parser: "babel-eslint",
|
|
plugins: [
|
|
"flowtype"
|
|
],
|
|
rules: {
|
|
'max-len': 'off',
|
|
'no-template-curly-in-string': 'off',
|
|
}
|
|
}
|