@nrwl/linter 15.5.3 → 15.6.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -1
- package/package.json +3 -3
- package/src/executors/eslint/schema.json +8 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,6 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
-
|
6
|
+
# [15.6.0-beta.0](https://github.com/nrwl/nx/compare/15.5.1...15.6.0-beta.0) (2023-01-23)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @nrwl/linter
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nrwl/linter",
|
3
|
-
"version": "15.
|
3
|
+
"version": "15.6.0-beta.0",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
|
6
6
|
"repository": {
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"eslint": "^8.0.0"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@nrwl/devkit": "15.
|
36
|
+
"@nrwl/devkit": "15.6.0-beta.0",
|
37
37
|
"@phenomnomnominal/tsquery": "4.1.1",
|
38
38
|
"tmp": "~0.2.1",
|
39
39
|
"tslib": "^2.3.0"
|
@@ -47,5 +47,5 @@
|
|
47
47
|
"access": "public"
|
48
48
|
},
|
49
49
|
"types": "./index.d.ts",
|
50
|
-
"gitHead": "
|
50
|
+
"gitHead": "077b55915b2da6b54f3f6a9f52b0681a1a350580"
|
51
51
|
}
|
@@ -11,7 +11,8 @@
|
|
11
11
|
"type": "string",
|
12
12
|
"description": "The name of the ESLint configuration file.",
|
13
13
|
"x-completion-type": "file",
|
14
|
-
"x-completion-glob": ".eslintrc?(.json)"
|
14
|
+
"x-completion-glob": ".eslintrc?(.json)",
|
15
|
+
"x-priority": "important"
|
15
16
|
},
|
16
17
|
"lintFilePatterns": {
|
17
18
|
"type": "array",
|
@@ -46,7 +47,8 @@
|
|
46
47
|
{
|
47
48
|
"minLength": 1
|
48
49
|
}
|
49
|
-
]
|
50
|
+
],
|
51
|
+
"x-priority": "important"
|
50
52
|
},
|
51
53
|
"force": {
|
52
54
|
"type": "boolean",
|
@@ -61,7 +63,8 @@
|
|
61
63
|
"fix": {
|
62
64
|
"type": "boolean",
|
63
65
|
"description": "Fixes linting errors (may overwrite linted files).",
|
64
|
-
"default": false
|
66
|
+
"default": false,
|
67
|
+
"x-priority": "important"
|
65
68
|
},
|
66
69
|
"cache": {
|
67
70
|
"type": "boolean",
|
@@ -87,7 +90,8 @@
|
|
87
90
|
"quiet": {
|
88
91
|
"type": "boolean",
|
89
92
|
"description": "Report errors only - default: `false`.",
|
90
|
-
"default": false
|
93
|
+
"default": false,
|
94
|
+
"x-priority": "important"
|
91
95
|
},
|
92
96
|
"ignorePath": {
|
93
97
|
"type": "string",
|