UNPKG

eslint-files

Version:
65 lines (64 loc) 1.88 kB
{ "name": "eslint-files", "version": "1.0.0", "description": "Remove all files ESLint ignores", "keywords": [ "eslint", "eslintignore", "lint-staged" ], "homepage": "https://github.com/paleite/eslint-files#readme", "bugs": { "url": "https://github.com/paleite/eslint-files/issues" }, "repository": { "type": "git", "url": "git+https://github.com/paleite/eslint-files.git" }, "license": "MIT", "author": "Patrick Eriksson <paleite@users.noreply.github.com> (https://github.com/paleite)", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ ".github/ISSUE_TEMPLATE/feature_request.md", "/dist/", "CODE_OF_CONDUCT.md", "SECURITY.md" ], "scripts": { "build": "tsc --build tsconfig.build.json", "clean": "tsc --build tsconfig.build.json --clean", "format": "prettier --write .", "lint": "eslint --cache --ext .js,.ts --fix --format codeframe .", "_postinstall": "husky install", "prepublish": "yarn run clean && yarn run build", "postpublish": "pinst --enable", "prepublishOnly": "pinst --disable", "publish-canary": "np prerelease --tag=canary", "publish-stable": "np", "test": "jest --coverage", "typecheck": "tsc --project tsconfig.json" }, "devDependencies": { "@tsconfig/node14": "^1.0.1", "@types/eslint": "^7.28.0", "@types/jest": "^26.0.24", "@types/node": "^16.3.2", "@typescript-eslint/eslint-plugin": "^4.28.3", "@typescript-eslint/parser": "^4.28.3", "eslint": "^7.30.0", "eslint-plugin-diff": "^1.0.11", "eslint-plugin-jest": "^24.3.6", "husky": "^7.0.1", "jest": "^27.0.6", "lint-staged": "^11.0.1", "np": "^7.5.0", "pinst": "^2.1.6", "prettier": "^2.3.2", "ts-jest": "^27.0.3", "typescript": "^4.3.5" }, "peerDependencies": { "eslint": ">=7.0.0" } }