修复html属性的bug!
This commit is contained in:
@@ -36,6 +36,7 @@ module.exports = {
|
||||
],
|
||||
rules: {
|
||||
indent: ["warn", 4,],
|
||||
"space-in-parens": ["error", "always", { exceptions: ["empty",], },],
|
||||
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
|
||||
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
|
||||
"no-unused-vars": "warn",
|
||||
|
Reference in New Issue
Block a user