claudia-bot-builder-fb
Version:
Create chat-bots for various platforms and deploy to AWS Lambda quickly
19 lines (18 loc) • 383 B
JSON
{
"extends": "defaults",
"env": {
"node": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"rules": {
"semi": ["error", "always"],
"no-console": "off",
"indent": ["error", 2],
"quotes": ["error", "single", {"avoidEscape": true, "allowTemplateLiterals": true}],
"prefer-arrow-callback": "error"
}
}