UNPKG

143 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 rules: {
5 "babel/quotes": 0,
6
7 "babel/object-curly-spacing": "off",
8 "babel/semi": "off",
9 },
10};