@k03mad/oxlint-config 0.0.9 → 0.0.11
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/.oxlintrc.json +4 -0
- package/package.json +1 -1
package/.oxlintrc.json
CHANGED
|
@@ -112,7 +112,9 @@
|
|
|
112
112
|
"import/no-default-export": "off",
|
|
113
113
|
"import/no-named-as-default": "off",
|
|
114
114
|
"import/no-named-export": "off",
|
|
115
|
+
"import/no-namespace": "off",
|
|
115
116
|
"import/no-nodejs-modules": "off",
|
|
117
|
+
"import/no-relative-parent-imports": "off",
|
|
116
118
|
"import/prefer-default-export": "off",
|
|
117
119
|
|
|
118
120
|
"jsdoc/require-param-description": "off",
|
|
@@ -126,6 +128,7 @@
|
|
|
126
128
|
"oxc/no-optional-chaining": "off",
|
|
127
129
|
"oxc/no-rest-spread-properties": "off",
|
|
128
130
|
|
|
131
|
+
"unicorn/no-anonymous-default-export": "off",
|
|
129
132
|
"unicorn/no-array-for-each": "off",
|
|
130
133
|
"unicorn/no-array-reduce": "off",
|
|
131
134
|
"unicorn/no-null": "off",
|
|
@@ -140,6 +143,7 @@
|
|
|
140
143
|
"max-lines": "off",
|
|
141
144
|
"max-params": "off",
|
|
142
145
|
"max-statements": "off",
|
|
146
|
+
"no-console": "off",
|
|
143
147
|
"no-magic-numbers": "off",
|
|
144
148
|
"no-plusplus": "off",
|
|
145
149
|
"no-ternary": "off",
|