@mason-api/javascript-sdk
Version:
Mason component rendering library
22 lines (21 loc) • 386 B
JSON
{
"parser": "babel-eslint",
"extends": "airbnb",
"globals": {
"CustomEvent": true,
"document": true,
"Event": true,
"fetch": true,
"localStorage": true,
"window": true
},
"rules": {
"no-shadow": "off",
"no-underscore-dangle": "off",
"no-use-before-define": ["warn", "nofunc"],
"max-len": ["warn"]
},
"env": {
"jest": true
}
}