2020-03-07 11:45:40 +08:00
|
|
|
"use strict";
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
rules: {
|
|
|
|
"standard/array-bracket-even-spacing": "off",
|
|
|
|
"standard/computed-property-even-spacing": "off",
|
2020-03-31 20:57:48 +08:00
|
|
|
"standard/object-curly-even-spacing": "off"
|
|
|
|
}
|
2020-03-07 11:45:40 +08:00
|
|
|
};
|