@biscuittin/eslint-config 0.3.1 → 0.3.2
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/index.js +2 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1248,7 +1248,7 @@ const configCommonRules = {
|
|
|
1248
1248
|
"@eslint-react/no-unused-state": "warn",
|
|
1249
1249
|
"@eslint-react/no-use-context": "warn",
|
|
1250
1250
|
"@eslint-react/no-useless-forward-ref": "error",
|
|
1251
|
-
"@eslint-react/no-useless-fragment": "
|
|
1251
|
+
"@eslint-react/no-useless-fragment": "error",
|
|
1252
1252
|
"@eslint-react/prefer-destructuring-assignment": "off",
|
|
1253
1253
|
"@eslint-react/prefer-react-namespace-import": "off",
|
|
1254
1254
|
"@eslint-react/prefer-read-only-props": "off",
|
|
@@ -1300,6 +1300,7 @@ const configStylistic = {
|
|
|
1300
1300
|
"@eslint-react/prefer-shorthand-fragment": "off",
|
|
1301
1301
|
"@eslint-react/avoid-shorthand-boolean": "off",
|
|
1302
1302
|
"@eslint-react/avoid-shorthand-fragment": "error",
|
|
1303
|
+
"@eslint-react/naming-convention/filename": "off",
|
|
1303
1304
|
"@stylistic/jsx-closing-bracket-location": "error",
|
|
1304
1305
|
"@stylistic/jsx-closing-tag-location": "error",
|
|
1305
1306
|
"@stylistic/jsx-curly-brace-presence": ["error", { propElementValues: "always" }],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biscuittin/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.2",
|
|
5
5
|
"description": "A collection of ESLint configurations for Biscuit Tin projects.",
|
|
6
6
|
"author": "Biscuit Tin <opensource@biscuitt.in>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
63
63
|
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.23.1",
|
|
64
|
-
"@eslint/js": "^9.
|
|
64
|
+
"@eslint/js": "^9.34.0",
|
|
65
65
|
"@eslint/json": "^0.13.1",
|
|
66
66
|
"@next/eslint-plugin-next": "^15.5.0",
|
|
67
67
|
"@package-json/types": "^0.0.11",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@eslint/config-inspector": "^1.2.0",
|
|
99
99
|
"@typescript-eslint/parser": "^8.40.0",
|
|
100
100
|
"dprint": "^0.50.1",
|
|
101
|
-
"eslint": "^9.
|
|
101
|
+
"eslint": "^9.34.0",
|
|
102
102
|
"tailwindcss": "^4.1.12",
|
|
103
103
|
"ts-api-utils": "^2.1.0",
|
|
104
104
|
"typescript": "^5.8.3"
|