Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
{
"extends": "standard",
"globals": {
"globalEkstepProxyBaseUrl": true
},
"rules": {
"indent": ["error", 2],
"max-len": ["error", 120, 2, {"ignoreUrls": true, "ignoreComments": true}],
"quotes": ["error", "single"]
}