@spotify/eslint-config
Version:
Combined ESLint config for Spotify
48 lines (47 loc) • 1.3 kB
JSON
{
"name": "@spotify/eslint-config",
"version": "15.0.0",
"description": "Combined ESLint config for Spotify",
"author": "Paul Marbach <pmarbach@spotify.com>",
"homepage": "https://github.com/spotify/web-scripts#readme",
"license": "Apache-2.0",
"main": "index.js",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/spotify/web-scripts.git"
},
"bugs": {
"url": "https://github.com/spotify/web-scripts/issues"
},
"scripts": {},
"dependencies": {
"@spotify/eslint-config-base": "^15.0.0",
"@spotify/eslint-config-react": "^15.0.0",
"@spotify/eslint-config-typescript": "^15.0.0",
"@spotify/eslint-plugin": "^15.0.0",
"@spotify/web-scripts-utils": "^15.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.2.0"
},
"devDependencies": {
"eslint": "^8.40.0"
},
"peerDependencies": {
"eslint": ">=8.x"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"gitHead": "6d8c06336804882c5f32ad796859fcb02dceb093"
}