UNPKG

tslint-filter

Version:

Suppress and extend TSLint linting errors, before they get returned to the console or your code editor

61 lines (60 loc) 1.51 kB
{ "name": "tslint-filter", "version": "1.14.0", "description": "Suppress and extend TSLint linting errors, before they get returned to the console or your code editor", "author": "Jens Duttke <github@duttke.de>", "keywords": [ "TSLint", "warnings", "errors", "filter", "suppress", "hide", "ignore", "modify", "manipulate", "exception", "extend", "rules", "rule", "proxy" ], "main": "./dist/index.js", "license": "MIT", "scripts": { "dev": "rimraf dist && tsc -w", "publish:major": "npm version major", "publish:minor": "npm version minor", "publish:patch": "npm version patch", "preversion": "npm run lint && npm run build && npm run test && npm run check-outdated", "postversion": "git push && git push --tags && npm publish", "build": "rimraf dist && tsc", "lint": "tslint --project tsconfig.json --format verbose", "test": "tslint --test test", "check-outdated": "check-outdated --ignore-pre-releases" }, "dependencies": { "to-regex-range": "^5.0.1" }, "devDependencies": { "@types/node": "^14.14.22", "check-outdated": "^2.5.0", "glob": "^7.1.3", "rimraf": "^3.0.2", "tslint": "^6.1.3", "tslint-eslint-rules": "^5.4.0", "tslint-microsoft-contrib": "^6.1.0", "typescript": "^4.1.3" }, "repository": { "type": "git", "url": "https://github.com/jens-duttke/tslint-filter.git" }, "bugs": { "url": "https://github.com/jens-duttke/tslint-filter/issues" }, "engines": { "node": ">=6.0.0" }, "engineStrict": true }