UNPKG
bottender-form
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.2
An experimental package for handling conversational form with Bottender.
bottender-form
/
examples
/
.eslintrc.js
7 lines
(6 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { rules: {
'import/no-unresolved'
:
'off'
,
'no-console'
:
'off'
, }, };