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.

13 lines (12 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = [ { plugins: { get ['@nx']() { return require('../index'); }, }, ignores: ['.nx'], }, ];