drake-djs-handler icon indicating copy to clipboard operation
drake-djs-handler copied to clipboard

Add ESLint, improve code, and fix scripts

Open SpreeHertz opened this issue 2 years ago • 1 comments

Made all files cleaner and fixed package.json scripts.

Also added nodemon as test.

SpreeHertz avatar Nov 05 '21 16:11 SpreeHertz

 "scripts": {
        "start": "node .",
        "test": "node index.js"
    },

test and start are pretty much the same, so replaced them with nodemon and ESLint.

I can also clean up README.md if you want.

SpreeHertz avatar Nov 05 '21 16:11 SpreeHertz