UNPKG

eslint-config-athom

Version:
40 lines (39 loc) 995 B
{ "name": "eslint-config-athom", "version": "3.1.5", "description": "ESLint config for Athom B.V.", "repository": { "type": "git", "url": "https://github.com/athombv/eslint-config-athom.git" }, "author": "Athom B.V.", "license": "ISC", "main": "index.js", "scripts": { "lint-playground": "nodemon --exec 'eslint --config index.js playground.js'" }, "config": { "npmPublishTagProduction": "latest", "npmPublishTagStaging": "beta" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/parser": "^6.13.1", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-homey-app": "^1.0.2", "eslint-plugin-import": "^2.24.2", "eslint-plugin-mocha": "^6.3.0", "eslint-plugin-node": "^11.1.0", "typescript": "^4.4.3" }, "devDependencies": { "eslint": "^7.5.0", "nodemon": "^2.0.12" }, "peerDependencies": { "eslint": ">=7.5.0" }, "engines": { "node": ">=12.0.0" } }