UNPKG

@spot-meetings/code-style

Version:

Spot's Code Style guide (ESLint, Prettier)

39 lines (38 loc) 881 B
{ "name": "@spot-meetings/code-style", "version": "0.6.2", "description": "Spot's Code Style guide (ESLint, Prettier)", "main": "index.js", "private": false, "repository": { "type": "git", "url": "git+https://github.com/SpotMeetings/code-style.git" }, "scripts": { "postversion": "git push --follow-tags" }, "author": "Spot Meetings", "license": "MIT", "bugs": { "url": "https://github.com/SpotMeetings/code-style/issues" }, "homepage": "https://github.com/SpotMeetings/code-style#readme", "dependencies": { "@spot-meetings/eslint-config": "^0.5.0" }, "bin": { "spot-setup-code-style": "./scripts/setup.js" }, "keywords": [ "eslint", "config", "prettier", "spot", "meetings" ], "devDependencies": { "eslint": "^8.9.0", "eslint-plugin-import": "^2.25.4", "typescript": "^4.5.5" } }