UNPKG

@nx/eslint-plugin

Version:

The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.

56 lines 1.5 kB
{ "name": "@nx/eslint-plugin", "version": "20.7.1", "private": false, "description": "The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/eslint-plugin" }, "keywords": [ "Monorepo", "Web", "Lint", "ESLint", "CLI", "Testing" ], "main": "./src/index.js", "typings": "./src/index.d.ts", "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "peerDependencies": { "@typescript-eslint/parser": "^6.13.2 || ^7.0.0 || ^8.0.0", "eslint-config-prettier": "^10.0.0" }, "peerDependenciesMeta": { "eslint-config-prettier": { "optional": true } }, "dependencies": { "@nx/devkit": "20.7.1", "@nx/js": "20.7.1", "@typescript-eslint/type-utils": "^8.0.0", "@typescript-eslint/utils": "^8.0.0", "chalk": "^4.1.0", "confusing-browser-globals": "^1.0.9", "globals": "^15.9.0", "jsonc-eslint-parser": "^2.1.0", "semver": "^7.5.3", "tslib": "^2.3.0" }, "publishConfig": { "access": "public" }, "nx-migrations": { "migrations": "./migrations.json" }, "types": "./src/index.d.ts", "type": "commonjs" }