@newsteam/eslint-config 0.0.133 → 0.0.134
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.
|
@@ -98,9 +98,11 @@ module.exports = {
|
|
|
98
98
|
/*
|
|
99
99
|
* Forbid named default exports
|
|
100
100
|
*
|
|
101
|
+
* This is off because named defaults are sometimes required in the new node >= 16 module system
|
|
102
|
+
*
|
|
101
103
|
* https://github.com/benmosher/eslint-plugin-import/blob/HEAD/docs/rules/no-named-default.md
|
|
102
104
|
*/
|
|
103
|
-
"import/no-named-default": "
|
|
105
|
+
"import/no-named-default": "off",
|
|
104
106
|
/*
|
|
105
107
|
* Forbid named exports
|
|
106
108
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newsteam/eslint-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.134",
|
|
4
4
|
"description": "Shared config for eslint",
|
|
5
5
|
"main": "./lib/cjs/index.js",
|
|
6
6
|
"types": "./lib/cjs/index.d.ts",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"@types/modernizr": "^3.5.3",
|
|
52
52
|
"@types/node": "18.7.11",
|
|
53
53
|
"@types/react": "18.0.17",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
55
|
-
"@typescript-eslint/parser": "^5.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^5.34.0",
|
|
55
|
+
"@typescript-eslint/parser": "^5.34.0",
|
|
56
56
|
"eslint": "8.22.0",
|
|
57
57
|
"eslint-find-rules": "4.1.0",
|
|
58
|
-
"eslint-import-resolver-typescript": "^3.
|
|
58
|
+
"eslint-import-resolver-typescript": "^3.5.0",
|
|
59
59
|
"eslint-plugin-array-func": "3.1.7",
|
|
60
60
|
"eslint-plugin-css-modules": "2.11.0",
|
|
61
61
|
"eslint-plugin-es": "4.1.0",
|