jazzy-utility
Version:
A small utility library
19 lines (18 loc) • 378 B
JSON
{
"parser": "babel-eslint",
"extends": ["airbnb-base"],
"env": {
"node": true,
"browser": true
},
"rules": {
"no-console": "off",
"comma-dangle": "off",
"linebreak-style": "off",
"object-shorthand": "off",
"no-plusplus": "off",
"no-underscore-dangle": "off",
"max-len": "off",
"no-param-reassign": "off"
}
}