@evolv/eslint-config
Version:
Shared configuration for ESLint
34 lines (33 loc) • 770 B
JSON
{
"name": "@evolv/eslint-config",
"version": "1.2.0",
"description": "Shared configuration for ESLint",
"license": "UNLICENSED",
"main": "index.js",
"keywords": [
"evolv",
"eslint",
"eslintconfig"
],
"author": {
"name": "Evolv Technology Solutions, Inc.",
"email": "support@evolv.ai"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SentientTechnologies/evolv-common.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0"
},
"peerDependencies": {
"eslint": "^8.57.0",
"typescript": ">4.0.0"
}
}