eslint-config-jhh
Version:
JHH ESLint config
26 lines (25 loc) • 489 B
JSON
{
"name": "eslint-config-jhh",
"version": "1.0.8",
"description": "JHH ESLint config",
"main": "index.js",
"author": "Jason Klingstedt <jklingstedt@jawbone.com>",
"contributors": [],
"license": "UNLICENSED",
"scripts": {
"lint": "eslint ."
},
"keywords": [
"config",
"eslint",
"eslintconfig",
"jawbone",
"private",
"style"
],
"devDependencies": {
"eslint": "^5.3.0",
"eslint-plugin-import": "^2.13.0",
"glob": "^7.1.2"
}
}