dialogflow-fulfillment-v2-middleware
Version:
Dialogflow fulfillment library supporting v2 api for enterprise to existing v1 app.
22 lines (21 loc) • 524 B
Plain Text
{
"parserOptions": {
"ecmaVersion": 2015,
"sourceType": "script"
},
"extends": ["eslint:recommended", "plugin:node/recommended"],
"env": {
"node": true,
"jest/globals": true
},
"plugins": ["node", "jest"],
"rules": {
"no-console": "off",
"node/exports-style": ["error", "module.exports"],
"jest/no-disabled-tests": "warn",
"jest/no-focused-tests": "error",
"jest/no-identical-title": "error",
"jest/prefer-to-have-length": "warn",
"jest/valid-expect": "error"
}
}