UNPKG

@exadel/eslint-plugin-esl

Version:

Helper ESLint rules to find and migrate ESL (@exadel/esl) library deprecations

51 lines (50 loc) 1.21 kB
{ "name": "@exadel/eslint-plugin-esl", "private": false, "version": "5.3.2", "keywords": [ "eslint", "eslint-plugin", "esl" ], "publishConfig": { "access": "public", "scope": "@exadel" }, "license": "MIT", "description": "Helper ESLint rules to find and migrate ESL (@exadel/esl) library deprecations", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.{js,ts,md}", "CHANGELOG.md", "README.md" ], "scripts": { "test": "jest", "lint": "", "clean": "rimraf dist", "build": "npm run clean && tsc --project tsconfig.build.json", "pack": "npm pack --pack-destination ../../target/", "prepare": "npm run build" }, "dependencies": { "kleur": "^4.1.5", "semver": "^7.7.1" }, "devDependencies": { "@types/eslint": "^9.6.1", "@types/semver": "^7.7.0" }, "peerDependencies": { "eslint": ">=8.0.0 || >=9.0.0" }, "maintainers": [ "ala-n <astsefanovich@exadel.com>", "yadamska <yadamska@exadel.com>", "dshovchko <dshovchko@exadel.com>", "abarmina <abarmina@exadel.com>", "alesun <alesun@exadel.com>" ], "gitHead": "3618a688aded5eb9a9deaf614a0fb4160254835a" }