eslint-config-handsome
Version:
Handsome ESLint shareable config
60 lines (59 loc) • 1.28 kB
JSON
{
"name": "eslint-config-handsome",
"version": "0.6.3",
"description": "Handsome ESLint shareable config",
"main": "index.js",
"scripts": {
"eslint": "npx eslint -c .eslintrc.yaml .",
"ut": "npx ava test/test.js",
"test": "npm run eslint && npm run ut",
"cov": "npx nyc npm test && npx nyc report --reporter=text-lcov | npx coveralls"
},
"files": [
".eslintrc.yaml"
],
"repository": {
"type": "git",
"url": "git+https://github.com/poppinlp/eslint-config-handsome.git"
},
"keywords": [
"eslint",
"eslintconfig",
"quality",
"check",
"checker",
"code",
"style",
"lint",
"linter",
"hint",
"hinter",
"jscs",
"jslint",
"jshint",
"enforce",
"handsome"
],
"author": "PoppinL <poppinlp@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/poppinlp/eslint-config-handsome/issues"
},
"homepage": "https://github.com/poppinlp/eslint-config-handsome#readme",
"peerDependencies": {
"eslint": ">=5"
},
"dependencies": {
"js-yaml": "^3.12.0"
},
"engines": {
"node": ">=8"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.2",
"eslint": "^5.3.0",
"is-plain-obj": "^1.1.0",
"nyc": "^12.0.2"
}
}