UNPKG

@exadel/eslint-plugin-esl

Version:

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

52 lines (51 loc) 1.2 kB
{ "name": "@exadel/eslint-plugin-esl", "private": false, "version": "5.15.0", "keywords": [ "eslint", "eslint-plugin", "esl" ], "repository": { "type": "git", "url": "https://github.com/exadel-inc/esl.git" }, "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.3" }, "devDependencies": { "@types/eslint": "^9.6.1", "@types/semver": "^7.7.1" }, "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>" ] }