eslint-plugin-react-router
Version:
Enforcing best practices for react-router and react-router-redux
29 lines (28 loc) • 765 B
JSON
{
"name": "eslint-plugin-react-router",
"version": "0.0.1",
"description": "Enforcing best practices for react-router and react-router-redux",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DianaSuvorova/eslint-plugin-react-router.git"
},
"keywords": [
"react-router",
"react",
"redux",
"router",
"eslint",
"plugin",
"react-router-redux"
],
"author": "Diana Suvorova <diana.suvorova@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/DianaSuvorova/eslint-plugin-react-router/issues"
},
"homepage": "https://github.com/DianaSuvorova/eslint-plugin-react-router#readme"
}