UNPKG

eslint-config-chain-able

Version:
14 lines (13 loc) 205 B
module.exports = { settings: { flowtype: { onlyFilesWithFlowAnnotation: true } }, plugins: [ 'flowtype' ], extends: [ './rules/flowtype/flowtype' ].map(require.resolve) }