This commit is contained in:
2019-06-27 00:21:51 -04:00
parent 5101e72ce8
commit 718f94b3b2
10 changed files with 696 additions and 681 deletions
+1
View File
@@ -16,6 +16,7 @@
}
},
"rules": {
"no-undef": "error",
"semi": "error",
"space-infix-ops": "error",
"quotes": ["error", "double", {"allowTemplateLiterals": true}],