[feat] Init code

This commit is contained in:
JasonWu
2021-08-31 18:24:42 +08:00
commit b1e9c5e62a
57 changed files with 17957 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {
"no-console": [1, { "allow": ["info", "warn", "error", "table"] }],
"no-underscore-dangle": ["error", { "allow": ["_id", "_type", "_index", "_source", "super_", "_score", "_modelName"] }]
}
}