plivo-node/.eslintrc
2017-10-24 23:00:08 +05:30

8 lines
92 B
Text

{
"extends": [
"plugin:flowtype/recommended"
],
"plugins": [
"flowtype"
]
}