UNPKG

@byndyusoft/eslint-config

Version:
11 lines (10 loc) 218 B
module.exports = { extends: ['plugin:flowtype/recommended'], plugins: ['flowtype'], rules: {}, settings: { flowtype: { onlyFilesWithFlowAnnotation: true } } };