UNPKG

eslint-config-sensu-flow

Version:

Sensu's ESLint config (for use with Flow.)

11 lines (9 loc) 307 B
module.exports = { // Simply use prettier. Auto-magical formatting for all. 🎉 plugins: ["prettier"], extends: [require.resolve("eslint-config-prettier/flowtype")], rules: { // https://github.com/prettier/eslint-plugin-prettier/blob/v2.6.0/README.md "prettier/prettier": "error", }, };