UNPKG

eslint-config-fagougou

Version:

Shared ESLint configs (with Vue plugins) by Fagougou.

5 lines 100 B
module.exports = { "rules": { "react/jsx-max-props-per-line": ["warn", { "maximum": 2 }] } }