@jvdx/eslint-config
Version:
jvdx's eslint configuration
72 lines (71 loc) • 1.63 kB
JSON
{
"name": "@jvdx/eslint-config",
"version": "5.3.0",
"description": "jvdx's eslint configuration",
"author": "Joel Voss <mail@joelvoss.com>",
"license": "MIT",
"type": "module",
"homepage": "https://github.com/joelvoss/jvdx-eslint-config",
"bugs": {
"url": "https://github.com/joelvoss/jvdx-eslint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joelvoss/jvdx-eslint-config.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"javascript",
"eslint-plugin",
"eslint",
"jvdx"
],
"engines": {
"node": ">=18"
},
"files": [
"LICENSE",
"README.md",
"src"
],
"main": "./src/index.js",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier --write src",
"clean": "rm -rf node_modules"
},
"dependencies": {
"@eslint/js": "^9.27.0",
"@typescript-eslint/eslint-plugin": "^8.33.0",
"@typescript-eslint/parser": "^8.33.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.2.0"
},
"devDependencies": {
"@jvdx/prettier-config": "^0.3.4",
"eslint": "^9.27.0",
"prettier": "^3.5.3",
"react": "^19.1.0",
"vitest": "^3.1.4"
},
"peerDependencies": {
"eslint": ">=9.0.0",
"react": ">=18.0.0",
"typescript": ">=3.3.1"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"react": {
"optional": true
}
},
"prettier": "@jvdx/prettier-config"
}