eslint-plugin-rule-adoption
Version:
ESLint plugin for incremental rule adoption.
60 lines (59 loc) • 1.71 kB
JSON
{
"name": "eslint-plugin-rule-adoption",
"version": "1.1.1",
"description": "ESLint plugin for incremental rule adoption.",
"keywords": [
"eslint",
"eslintplugin",
"monorepo",
"suppressions"
],
"author": "Jugbot",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Jugbot/eslint-plugin-rule-adoption.git"
},
"main": "lib/index.js",
"files": [
"README.md",
"package.json",
"lib"
],
"scripts": {
"eslint": "eslint --max-warnings 0",
"lint:check": "yarn eslint",
"lint:fix": "yarn eslint --fix",
"prettier": "prettier \"**/*.{js,mjs,json,yml,yaml,md}\"",
"format:check": "yarn prettier --check",
"format:fix": "yarn prettier --write",
"test": "cd ./fixtures && yarn --frozen-lockfile && yarn workspaces run test",
"types:check": "tsc",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prepare": "husky"
},
"devDependencies": {
"@types/eslint": "^8.44.9",
"@types/estree": "^1.0.5",
"@types/node": "^20.12.7",
"@typescript-eslint/parser": "^8.29.0",
"eslint": "^9.23.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
"globals": "^16.0.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"pinst": "^3.0.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"typescript": "^5.3.3"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
},
"engines": {
"node": ">=18.18.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}