@nrwl/linter 13.10.0-beta.8 → 13.10.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/linter",
3
- "version": "13.10.0-beta.8",
3
+ "version": "13.10.0-rc.1",
4
4
  "description": "The Linter plugin contains executors, generator, plugin and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@phenomnomnominal/tsquery": "4.1.1",
37
- "@nrwl/devkit": "13.10.0-beta.8",
38
- "@nrwl/jest": "13.10.0-beta.8",
37
+ "@nrwl/devkit": "13.10.0-rc.1",
38
+ "@nrwl/jest": "13.10.0-rc.1",
39
39
  "tmp": "~0.2.1",
40
40
  "tslib": "^2.3.0"
41
41
  },
@@ -4,4 +4,4 @@ export interface LintWorkspaceRuleGeneratorOptions {
4
4
  directory: string;
5
5
  }
6
6
  export declare function lintWorkspaceRuleGenerator(tree: Tree, options: LintWorkspaceRuleGeneratorOptions): Promise<import("@nrwl/devkit").GeneratorCallback>;
7
- export declare const lintWorkspaceRuleSchematic: (options: LintWorkspaceRuleGeneratorOptions) => (tree: any, context: any) => Promise<any>;
7
+ export declare const lintWorkspaceRuleSchematic: (generatorOptions: LintWorkspaceRuleGeneratorOptions) => (tree: any, context: any) => Promise<any>;
@@ -1,4 +1,4 @@
1
1
  import { Tree } from '@nrwl/devkit';
2
2
  export declare const WORKSPACE_RULES_PROJECT_NAME = "eslint-rules";
3
3
  export declare function lintWorkspaceRulesProjectGenerator(tree: Tree): Promise<import("@nrwl/devkit").GeneratorCallback>;
4
- export declare const lintWorkspaceRulesProjectSchematic: (options: any) => (tree: any, context: any) => Promise<any>;
4
+ export declare const lintWorkspaceRulesProjectSchematic: (generatorOptions: any) => (tree: any, context: any) => Promise<any>;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.eslintConfigPrettierVersion = exports.eslintVersion = exports.typescriptESLintVersion = exports.buildAngularVersion = exports.tslintToEslintConfigVersion = exports.tslintVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '13.10.0-beta.8';
4
+ exports.nxVersion = '13.10.0-rc.1';
5
5
  exports.tslintVersion = '~6.1.0';
6
6
  exports.tslintToEslintConfigVersion = '^2.4.0';
7
7
  exports.buildAngularVersion = '~13.3.0';