UNPKG

@exadel/eslint-plugin-esl

Version:

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

49 lines (48 loc) 1.17 kB
{ "name": "@exadel/eslint-plugin-esl", "private": false, "version": "5.8.0", "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": "nx run eslint-plugin:test:jest", "clean": "nx run eslint-plugin:clean", "build": "nx run eslint-plugin:build", "pack": "nx run eslint-plugin:pack" }, "dependencies": { "kleur": "^4.1.5", "semver": "^7.7.2" }, "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": "679fa711286d1a19106bab3641d1f8370cdb82a1" }