Some cleaning up and organization, eslint

This commit is contained in:
2017-05-07 20:44:46 -04:00
parent 4dbff0f5cb
commit 7eac4894ed
10 changed files with 748 additions and 132 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "proximity-structures",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"eslint": "eslint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.hallada.net:pixi.git"
},
"author": "Tyler Hallada",
"license": "ISC",
"devDependencies": {
"eslint": "^3.17.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-config-standard": "^7.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1"
}
}