UNPKG

eslint-config-airbnb-standard

Version:

Airbnb's JS ESLint config + JS Standard Style + semicolons

67 lines (66 loc) 1.63 kB
{ "name": "eslint-config-standard-react", "description": "JavaScript Standard Style React/JSX support - ESLint Shareable Config", "version": "7.0.2", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" }, "bugs": { "url": "https://github.com/feross/eslint-config-standard-react/issues" }, "dependencies": { "eslint-config-standard-jsx": "^6.0.1" }, "devDependencies": { "eslint": "^5.0.0", "eslint-plugin-react": "^7.6.1", "tape": "^4.8.0" }, "homepage": "https://github.com/feross/eslint-config-standard-react", "keywords": [ "JavaScript Standard Style", "check", "checker", "code", "code checker", "code linter", "code standards", "code style", "enforce", "eslint", "eslintconfig", "hint", "jscs", "jshint", "jsx", "lint", "policy", "quality", "react", "simple", "standard", "standard style", "style", "style checker", "style linter", "verify" ], "license": "MIT", "main": "index.js", "peerDependencies": { "eslint": ">=5.0.0", "eslint-plugin-react": ">=7.6.1" }, "repository": { "type": "git", "url": "git://github.com/feross/eslint-config-standard-react.git" }, "scripts": { "test": "tape test/*.js" } ,"_resolved": "https://registry.npmjs.org/eslint-config-standard-react/-/eslint-config-standard-react-7.0.2.tgz" ,"_integrity": "sha512-Zv/vubIfrwx4IbRXAggRjaswLXKdfFeuGfN365cVTaRmfpAy/7dIxMvJRZkUT99zEx8FOjTXL0KC4psfDjK/+w==" ,"_from": "eslint-config-standard-react@7.0.2" }