"Completed initial integration of search at a basic level."
This commit is contained in:
parent
4e943a818e
commit
f0f332bf09
|
@ -0,0 +1,13 @@
|
|||
module.exports = {
|
||||
"env": {
|
||||
"es2021": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 13,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
}
|
||||
};
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue