@spot-meetings/eslint-config
Version:
Spot's ESLint configs (ESLint, Prettier)
54 lines (53 loc) • 1.35 kB
JSON
{
"name": "@spot-meetings/eslint-config",
"version": "0.5.3",
"description": "Spot's ESLint configs (ESLint, Prettier)",
"main": "index.js",
"private": false,
"scripts": {
"test": "eslint test --ext .js,.jsx,.ts,.tsx",
"postversion": "git push --follow-tags",
"prepack": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpotMeetings/eslint-config.git"
},
"author": "Spot Meetings",
"license": "MIT",
"bugs": {
"url": "https://github.com/SpotMeetings/eslint-config/issues"
},
"homepage": "https://github.com/SpotMeetings/eslint-config#readme",
"devDependencies": {
"eslint": "^8.9.0",
"prettier": "^2.3.2",
"react": "^18.2.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-security": "^1.4.0"
},
"peerDependencies": {
"eslint": ">=8",
"prettier": ">=2",
"react": ">=17",
"typescript": ">=4"
},
"directories": {
"test": "test"
},
"keywords": [
"eslint",
"config",
"spot",
"meetings"
]
}