UNPKG

@giodamelio/eslint-config-thehelpining

Version:

My personal eslint config based on @scottnonnenberg/eslint-config-thehelp

23 lines (22 loc) 625 B
{ "name": "@giodamelio/eslint-config-thehelpining", "version": "0.3.0", "description": "My personal eslint config based on @scottnonnenberg/eslint-config-thehelp", "main": "index.js", "repository": "git@github.com:giodamelio/eslint-config-thehelpining.git", "author": "Gio d'Amelio <giodamelio@gmail.com>", "license": "MIT", "scripts": { "lint": "eslint *.js", "prepush": "npm run lint" }, "dependencies": { "@scottnonnenberg/eslint-config-thehelp": "0.8.0", "inquirer": "^3.0.2", "json2yaml": "^1.1.0" }, "devDependencies": { "eslint": "^3.16.0", "husky": "^0.13.1" } }