mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
10 lines
153 B
Text
10 lines
153 B
Text
{
|
|
"parser": "babel-eslint",
|
|
"extends": "eslint:recommended",
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"strict": 0
|
|
}
|
|
}
|