blob: a93d5a4c1861a9d9e002a0e58b915c16922ca8b2 [file] [log] [blame]
"use strict";
module.exports = {
rules: {
"babel/quotes": 0,
"babel/object-curly-spacing": "off",
"babel/semi": "off"
}
};