@spotify/eslint-plugin
Version:
Set of rules for Spotify's custom ESLint rules
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "@spotify/eslint-plugin",
"version": "15.0.0",
"description": "Set of rules for Spotify's custom ESLint rules",
"author": "Bilawal Hameed <bil@spotify.com>",
"homepage": "https://github.com/spotify/web-scripts/blob/master/packages/eslint-plugin#readme",
"keywords": [
"eslint",
"eslint-plugin",
"react",
"typescript"
],
"license": "Apache-2.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types",
"files": [
"cjs",
"esm",
"types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/spotify/web-scripts.git",
"directory": "packages/eslint-plugin"
},
"bugs": {
"url": "https://github.com/spotify/web-scripts/issues"
},
"scripts": {
"build": "web-scripts build",
"test": "web-scripts test",
"lint": "web-scripts lint --stylecheck",
"format": "web-scripts format"
},
"devDependencies": {
"@spotify/web-scripts": "^15.0.0",
"@types/eslint": "^8.37.0",
"@types/jest": "^29.5.1",
"@typescript-eslint/parser": "^5.59.6",
"@typescript-eslint/types": "^5.59.6",
"eslint": "^8.40.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"@typescript-eslint/parser": "^5.13.0",
"eslint": ">=8.x"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"gitHead": "6d8c06336804882c5f32ad796859fcb02dceb093"
}