mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-23 17:47:49 -05:00
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"extends": "google",
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"no-var": "off",
|
|
"max-len": ["error", { "code": 120, "tabWidth": 4 }]
|
|
}
|
|
} |