@enkidevs/eslint-config-frontend
Version:
Frontend Eslint Config for Enki
37 lines (36 loc) • 934 B
JSON
{
"name": "@enkidevs/eslint-config-frontend",
"version": "11.0.0",
"description": "Frontend Eslint Config for Enki",
"main": "index.js",
"author": "Nemanja Stojanovic <nemanjacoder@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/enkidevs/eslint-configs.git"
},
"bugs": {
"url": "https://github.com/enkidevs/eslint-configs/issues"
},
"homepage": "https://github.com/enkidevs/eslint-configs#readme",
"keywords": [
"enki",
"eslint",
"config",
"frontend"
],
"peerDependencies": {
"eslint": ">= 5"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@enkidevs/eslint-config-base": "^11.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-duck": "^0.5.6",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0"
},
"gitHead": "d40028ca84bdcec8b915ec5129923d11074ab694"
}