UNPKG

eslint-config-chain-able

Version:
14 lines (13 loc) 190 B
{ extends: [ "airbnb-base", "plugin:flowtype/recommended" ], parser: "babel-eslint", plugins: [ "flowtype" ], rules: { 'no-template-curly-in-string': 'off' } }