@origin-1/eslint-config 0.24.3 → 0.25.0
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/lib/rules.js +3 -0
- package/package.json +2 -2
package/lib/rules.js
CHANGED
|
@@ -360,6 +360,7 @@ exports.RULES = {
|
|
|
360
360
|
},
|
|
361
361
|
'@stylistic/eslint-plugin': {
|
|
362
362
|
'jsx-pascal-case': 'off',
|
|
363
|
+
'multiline-comment-style': 'off',
|
|
363
364
|
'array-bracket-newline': 'off',
|
|
364
365
|
'array-bracket-spacing': ['error'],
|
|
365
366
|
'array-element-newline': 'off',
|
|
@@ -389,6 +390,7 @@ exports.RULES = {
|
|
|
389
390
|
'jsx-curly-spacing': 'off',
|
|
390
391
|
'jsx-equals-spacing': ['error'],
|
|
391
392
|
'jsx-first-prop-new-line': 'off',
|
|
393
|
+
'jsx-function-call-newline': 'off',
|
|
392
394
|
'jsx-indent': 'off',
|
|
393
395
|
'jsx-indent-props': 'off',
|
|
394
396
|
'jsx-max-props-per-line': 'off',
|
|
@@ -402,6 +404,7 @@ exports.RULES = {
|
|
|
402
404
|
'jsx-wrap-multilines': 'off',
|
|
403
405
|
'key-spacing': 'off',
|
|
404
406
|
'keyword-spacing': ['error'],
|
|
407
|
+
'line-comment-position': 'off',
|
|
405
408
|
'linebreak-style': ['error'],
|
|
406
409
|
'lines-around-comment': jsts([
|
|
407
410
|
'error',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@origin-1/eslint-config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "ESLint configuration generator with Origin₁ presets",
|
|
5
5
|
"homepage": "https://github.com/origin-1/eslint-config#readme",
|
|
6
6
|
"license": "ISC",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@eslint-community/eslint-plugin-eslint-comments": ">=4.1",
|
|
18
18
|
"@origin-1/eslint-plugin": ">=0.14",
|
|
19
|
-
"@stylistic/eslint-plugin": "^1.
|
|
19
|
+
"@stylistic/eslint-plugin": "^2.1.0",
|
|
20
20
|
"@typescript-eslint/eslint-plugin": "^7.5",
|
|
21
21
|
"@typescript-eslint/parser": "^7.5",
|
|
22
22
|
"eslint": "^8.57",
|