fix linting issues
This commit is contained in:
parent
9e6f4cc499
commit
8fb26b274a
@ -20,6 +20,6 @@
|
||||
"eslint-plugin-promise": "^6.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --fix ."
|
||||
"lint": "DEBUG=eslint:cli-engine eslint --fix ."
|
||||
}
|
||||
}
|
||||
|
2347
src/main.js
2347
src/main.js
File diff suppressed because it is too large
Load Diff
2
src/package.js
Normal file
2
src/package.js
Normal file
@ -0,0 +1,2 @@
|
||||
import { readFileSync } from "fs";
|
||||
export const api = JSON.parse(readFileSync("package.json"));
|
Loading…
Reference in New Issue
Block a user