@newsteam/eslint-config 0.0.211 → 0.0.212
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/dist/cjs/settings.d.ts +1 -1
- package/dist/cjs/settings.js +1 -1
- package/package.json +2 -2
package/dist/cjs/settings.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const indentSpaces = 4;
|
|
2
|
-
export declare const maximumCyclomaticComplexity =
|
|
2
|
+
export declare const maximumCyclomaticComplexity = 40;
|
|
3
3
|
export declare const maximumFileLineCount = 1000;
|
|
4
4
|
export declare const maximumLineLength = 160;
|
|
5
5
|
export declare const maxFunctionParameters = 5;
|
package/dist/cjs/settings.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.nodeVersion = exports.noMagicNumbersConfig = exports.maxFunctionParameters = exports.maximumLineLength = exports.maximumFileLineCount = exports.maximumCyclomaticComplexity = exports.indentSpaces = void 0;
|
|
4
4
|
exports.indentSpaces = 4;
|
|
5
|
-
exports.maximumCyclomaticComplexity =
|
|
5
|
+
exports.maximumCyclomaticComplexity = 40;
|
|
6
6
|
exports.maximumFileLineCount = 1000;
|
|
7
7
|
exports.maximumLineLength = 160;
|
|
8
8
|
exports.maxFunctionParameters = 5;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newsteam/eslint-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.212",
|
|
4
4
|
"description": "Shared config for eslint",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"types": "./dist/cjs/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "https://github.com/feight/newsteam"
|
|
25
|
+
"url": "git+https://github.com/feight/newsteam.git"
|
|
26
26
|
},
|
|
27
27
|
"author": "News Team (https://www.newsteam.io)",
|
|
28
28
|
"contributors": [
|