@4mbl/lint 1.0.0-beta.3 → 1.0.0-beta.4
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/CHANGELOG.md +6 -0
- package/dist/react.d.ts +4 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/react.d.ts
CHANGED
|
@@ -154,10 +154,10 @@ declare function reactConfig(_options?: Partial<ReactOptions>): {
|
|
|
154
154
|
'react/react-in-jsx-scope': "off";
|
|
155
155
|
'react/require-render-return': "error";
|
|
156
156
|
'import/no-anonymous-default-export': "warn";
|
|
157
|
-
'jsx-a11y/alt-text':
|
|
157
|
+
'jsx-a11y/alt-text': ["warn", {
|
|
158
158
|
elements: string[];
|
|
159
159
|
img: string[];
|
|
160
|
-
}
|
|
160
|
+
}];
|
|
161
161
|
'jsx-a11y/aria-props': "warn";
|
|
162
162
|
'jsx-a11y/aria-proptypes': "warn";
|
|
163
163
|
'jsx-a11y/aria-unsupported-elements': "warn";
|
|
@@ -335,10 +335,10 @@ declare const _default: {
|
|
|
335
335
|
'react/react-in-jsx-scope': "off";
|
|
336
336
|
'react/require-render-return': "error";
|
|
337
337
|
'import/no-anonymous-default-export': "warn";
|
|
338
|
-
'jsx-a11y/alt-text':
|
|
338
|
+
'jsx-a11y/alt-text': ["warn", {
|
|
339
339
|
elements: string[];
|
|
340
340
|
img: string[];
|
|
341
|
-
}
|
|
341
|
+
}];
|
|
342
342
|
'jsx-a11y/aria-props': "warn";
|
|
343
343
|
'jsx-a11y/aria-proptypes': "warn";
|
|
344
344
|
'jsx-a11y/aria-unsupported-elements': "warn";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4mbl/lint",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.4",
|
|
4
4
|
"description": "Linting configuration for various environments.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "4mbl",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
37
37
|
"globals": "^17.4.0",
|
|
38
38
|
"jiti": "^2.6.1",
|
|
39
|
-
"oxlint": "^1.
|
|
40
|
-
"oxlint-tsgolint": "^0.
|
|
39
|
+
"oxlint": "^1.58.0",
|
|
40
|
+
"oxlint-tsgolint": "^0.18.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^24.12.0",
|