blob: 036ecd4ebd1a3a848d1f8e9fb775d7a8b2047b5b [file] [log] [blame]
"use strict";
module.exports = {
rules: {
"standard/array-bracket-even-spacing": "off",
"standard/computed-property-even-spacing": "off",
"standard/object-curly-even-spacing": "off"
}
};