@jedwards1211/eslint-config-react
Version:
my own eslint config for React. eschews most stylistic rules that aren't auto-fixable
32 lines (30 loc) • 818 B
JSON
{
"name": "@jedwards1211/eslint-config-react",
"version": "4.0.0",
"description": "my own eslint config for React. 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-react.git"
},
"keywords": [
"eslint",
"config",
"react"
],
"author": "Andy Edwards",
"license": "ISC",
"bugs": {
"url": "https://github.com/jedwards1211/eslint-config-andy-react/issues"
},
"homepage": "https://github.com/jedwards1211/eslint-config-andy-react#readme",
"dependencies": {
"@jedwards1211/eslint-config": "^2.0.0"
},
"peerDependencies": {
"eslint-plugin-react": "^7.0.0"
}
}