UNPKG

eslint-config-arista-ts

Version:
30 lines (29 loc) 899 B
{ "name": "eslint-config-arista-ts", "version": "2.0.1", "description": "Arista's eslint config for TypeScript code", "author": "extensions@arista.com", "homepage": "https://github.com/aristanetworks/cloudvision-frontend-config/tree/trunk/packages/eslint-config-arista-ts", "repository": { "type": "git", "url": "https://github.com/aristanetworks/cloudvision-frontend-config.git" }, "license": "MIT", "main": "index.js", "scripts": { "check": "npm run lint && npm run prettier-check", "lint": "eslint -c ../eslint-config-arista-js/index.js --max-warnings 0 *.js", "prepare": "npm run check", "prettier-check": "prettier -c *.js", "prettier-fix": "prettier --write *.js" }, "keywords": [ "eslint", "eslintconfig", "config", "arista", "typescript", "styleguide" ], "gitHead": "28963b0fbf8fdcfa860891c155c5357a80f88eb1" }