UNPKG

@innotec/eslint-config-shared

Version:

Contains shared typescript-eslint configuration for frontend projects

39 lines (38 loc) 1 kB
{ "name": "@innotec/eslint-config-shared", "version": "0.1.3", "description": "Contains shared typescript-eslint configuration for frontend projects", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/werbasinnotec/innotec-global-configs.git" }, "keywords": [ "innotec", "linting", "eslint", "typescript", "eslint-config-prettier", "code-management" ], "dependencies": { "eslint-config-prettier": "^6.10.0", "@typescript-eslint/eslint-plugin": "^2.18.0", "@typescript-eslint/parser": "^2.18.0", "eslint": "^6.8.0" }, "contributors" : [ { "name" : "imad lakehal", "email" : "imad.lakehal@werbas-ag.com" } ], "license": "ISC", "bugs": { "url": "https://github.com/werbasinnotec/innotec-global-configs/issues" }, "homepage": "https://github.com/werbasinnotec/innotec-global-configs#readme" }