@wealthsystems/eslint-config
Version:
Wealth Systems' ESLint configuration
55 lines (54 loc) • 1.49 kB
JSON
{
"name": "@wealthsystems/eslint-config",
"version": "1.0.0-alpha.11",
"description": "Wealth Systems' ESLint configuration",
"author": "Wealth Systems Informática Ltda.",
"license": "MIT",
"engines": {
"node": ">= 8"
},
"main": "index.js",
"scripts": {
"test": "eslint-find-rules --unused",
"lint": "eslint ."
},
"peerDependencies": {
"eslint": "^6.5.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-promise": "^4.2.0",
"eslint-plugin-react": "^7.14.0",
"eslint-plugin-unicorn": "^12.0.0"
},
"dependencies": {
"confusing-browser-globals": "^1.0.8"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-find-rules": "^3.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-unicorn": "^12.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WealthSystems/eslint-config.git"
},
"bugs": {
"url": "https://github.com/WealthSystems/eslint-config/issues"
},
"homepage": "https://github.com/WealthSystems/eslint-config#readme",
"keywords": [
"lint",
"javascript",
"react",
"eslint",
"eslint-config",
"eslint-shared-config",
"es2015",
"es2016",
"es2017",
"es2018",
"es2019"
]
}