UNPKG

configuration-frontend

Version:
8 lines (7 loc) 129 B
module.exports = { rules: { 'spaced-comment': ['error', 'always'], 'one-var': ['error', 'all'], curly: [2, 'all'], }, };