diff --git a/docs/generated/packages/linter/executors/eslint.json b/docs/generated/packages/linter/executors/eslint.json index 42d04502e8..17adbe9a35 100644 --- a/docs/generated/packages/linter/executors/eslint.json +++ b/docs/generated/packages/linter/executors/eslint.json @@ -14,7 +14,8 @@ "type": "string", "description": "The name of the ESLint configuration file.", "x-completion-type": "file", - "x-completion-glob": ".eslintrc?(.json)" + "x-completion-glob": ".eslintrc?(.json)", + "x-priority": "important" }, "lintFilePatterns": { "type": "array", @@ -45,7 +46,8 @@ ] }, { "minLength": 1 } - ] + ], + "x-priority": "important" }, "force": { "type": "boolean", @@ -60,7 +62,8 @@ "fix": { "type": "boolean", "description": "Fixes linting errors (may overwrite linted files).", - "default": false + "default": false, + "x-priority": "important" }, "cache": { "type": "boolean", @@ -86,7 +89,8 @@ "quiet": { "type": "boolean", "description": "Report errors only - default: `false`.", - "default": false + "default": false, + "x-priority": "important" }, "ignorePath": { "type": "string", diff --git a/packages/linter/src/executors/eslint/schema.json b/packages/linter/src/executors/eslint/schema.json index 159f952417..c886d84c77 100644 --- a/packages/linter/src/executors/eslint/schema.json +++ b/packages/linter/src/executors/eslint/schema.json @@ -11,7 +11,8 @@ "type": "string", "description": "The name of the ESLint configuration file.", "x-completion-type": "file", - "x-completion-glob": ".eslintrc?(.json)" + "x-completion-glob": ".eslintrc?(.json)", + "x-priority": "important" }, "lintFilePatterns": { "type": "array", @@ -46,7 +47,8 @@ { "minLength": 1 } - ] + ], + "x-priority": "important" }, "force": { "type": "boolean", @@ -61,7 +63,8 @@ "fix": { "type": "boolean", "description": "Fixes linting errors (may overwrite linted files).", - "default": false + "default": false, + "x-priority": "important" }, "cache": { "type": "boolean", @@ -87,7 +90,8 @@ "quiet": { "type": "boolean", "description": "Report errors only - default: `false`.", - "default": false + "default": false, + "x-priority": "important" }, "ignorePath": { "type": "string",