UNPKG

87 BJavaScriptView Raw
1module.exports = {
2 rules: {
3 'shorthand-property-no-redundant-values': true
4 }
5}