@jedwards1211/eslint-config
Version:
my own eslint config. eschews most stylistic rules that aren't auto-fixable
27 lines (26 loc) • 708 B
JSON
{
"name": "@jedwards1211/eslint-config",
"version": "2.0.2",
"description": "my own eslint config. eschews most stylistic rules that aren't auto-fixable",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jedwards1211/eslint-config-andy.git"
},
"keywords": [
"eslint",
"config"
],
"author": "Andy Edwards",
"license": "ISC",
"bugs": {
"url": "https://github.com/jedwards1211/eslint-config-andy/issues"
},
"homepage": "https://github.com/jedwards1211/eslint-config-andy#readme",
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0"
}
}