"Completed initial integration of search at a basic level."

This commit is contained in:
Cris Stringfellow 2021-12-18 14:55:49 +08:00
parent 4e943a818e
commit f0f332bf09
2 changed files with 15 additions and 1 deletions

13
.eslintrc.cjs Normal file
View File

@ -0,0 +1,13 @@
module.exports = {
"env": {
"es2021": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 13,
"sourceType": "module"
},
"rules": {
}
};

View File

@ -16,7 +16,8 @@
"pack": "upx 22120.exe && upx 22120.nix && upx 22120.mac && upx 22120.win32.exe && upx 22120.nix32",
"test": "nodemon app.js",
"save": "nodemon app.js 22120 save",
"serve": "nodemon app.js 22120 serve"
"serve": "nodemon app.js 22120 serve",
"lint": "npx eslint ."
},
"repository": {
"type": "git",