UNPKG

template-flowtype

Version:
15 lines (14 loc) 228 B
{ "parser": "@babel/eslint-parser", "extends": [ "standard", "plugin:flowtype/recommended" ], "plugins": [ "flowtype" ], "rules": { "indent": 0, "indent-legacy": [2, 2, { "SwitchCase": 1 }] } }