UNPKG

106 BJavaScriptView Raw
1module.exports = {
2 rules: {
3 'value-keyword-case': 'lower',
4 'value-no-vendor-prefix': true
5 }
6}