UNPKG

206 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 rules: {
5 "standard/array-bracket-even-spacing": "off",
6 "standard/computed-property-even-spacing": "off",
7 "standard/object-curly-even-spacing": "off",
8 },
9};