UNPKG

eslint-config-prettier

Version:

Turns off all rules that are unnecessary or might conflict with prettier.

15 lines (13 loc) 398 B
"use strict"; module.exports = { rules: { "flowtype/delimiter-dangle": "off", "flowtype/generic-spacing": "off", "flowtype/object-type-delimiter": "off", "flowtype/semi": "off", "flowtype/space-after-type-colon": "off", "flowtype/space-before-generic-bracket": "off", "flowtype/space-before-type-colon": "off", "flowtype/union-intersection-spacing": "off" } };