36 lines
987 B
JSON
36 lines
987 B
JSON
{
|
|
"name": "@nrwl/eslint-plugin-nx",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"description": "The eslint-plugin-nx 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-legacy/eslint-plugin-nx"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Web",
|
|
"Lint",
|
|
"ESLint",
|
|
"CLI"
|
|
],
|
|
"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",
|
|
"dependencies": {
|
|
"@nx/eslint-plugin": "file:../../packages/eslint-plugin"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"nx-migrations": {
|
|
"migrations": "@nx/eslint-plugin/migrations.json"
|
|
}
|
|
}
|