@rhyster/eslint-config 1.7.33 → 1.8.1
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/eslint.config.d.ts +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/src/index.d.ts +4 -4
- package/dist/src/rules/airbnb/style.d.ts +1 -1
- package/package.json +6 -6
- package/src/rules/airbnb/style.ts +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -370,7 +370,7 @@ declare const core: ({
|
|
|
370
370
|
'consistent-this': "off";
|
|
371
371
|
'@stylistic/eol-last': ["error", string];
|
|
372
372
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
373
|
-
'@stylistic/
|
|
373
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
374
374
|
'func-name-matching': ["off", string, {
|
|
375
375
|
includeCommonJSModuleExports: boolean;
|
|
376
376
|
considerPropertyDescriptor: boolean;
|
|
@@ -1243,7 +1243,7 @@ declare const node: [...({
|
|
|
1243
1243
|
'consistent-this': "off";
|
|
1244
1244
|
'@stylistic/eol-last': ["error", string];
|
|
1245
1245
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
1246
|
-
'@stylistic/
|
|
1246
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
1247
1247
|
'func-name-matching': ["off", string, {
|
|
1248
1248
|
includeCommonJSModuleExports: boolean;
|
|
1249
1249
|
considerPropertyDescriptor: boolean;
|
|
@@ -2223,7 +2223,7 @@ declare const browser: [...({
|
|
|
2223
2223
|
'consistent-this': "off";
|
|
2224
2224
|
'@stylistic/eol-last': ["error", string];
|
|
2225
2225
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
2226
|
-
'@stylistic/
|
|
2226
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
2227
2227
|
'func-name-matching': ["off", string, {
|
|
2228
2228
|
includeCommonJSModuleExports: boolean;
|
|
2229
2229
|
considerPropertyDescriptor: boolean;
|
|
@@ -4259,7 +4259,7 @@ declare const vue: ({
|
|
|
4259
4259
|
'consistent-this': "off";
|
|
4260
4260
|
'@stylistic/eol-last': ["error", string];
|
|
4261
4261
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
4262
|
-
'@stylistic/
|
|
4262
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
4263
4263
|
'func-name-matching': ["off", string, {
|
|
4264
4264
|
includeCommonJSModuleExports: boolean;
|
|
4265
4265
|
considerPropertyDescriptor: boolean;
|
package/dist/index.d.mts
CHANGED
|
@@ -370,7 +370,7 @@ declare const core: ({
|
|
|
370
370
|
'consistent-this': "off";
|
|
371
371
|
'@stylistic/eol-last': ["error", string];
|
|
372
372
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
373
|
-
'@stylistic/
|
|
373
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
374
374
|
'func-name-matching': ["off", string, {
|
|
375
375
|
includeCommonJSModuleExports: boolean;
|
|
376
376
|
considerPropertyDescriptor: boolean;
|
|
@@ -1243,7 +1243,7 @@ declare const node: [...({
|
|
|
1243
1243
|
'consistent-this': "off";
|
|
1244
1244
|
'@stylistic/eol-last': ["error", string];
|
|
1245
1245
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
1246
|
-
'@stylistic/
|
|
1246
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
1247
1247
|
'func-name-matching': ["off", string, {
|
|
1248
1248
|
includeCommonJSModuleExports: boolean;
|
|
1249
1249
|
considerPropertyDescriptor: boolean;
|
|
@@ -2223,7 +2223,7 @@ declare const browser: [...({
|
|
|
2223
2223
|
'consistent-this': "off";
|
|
2224
2224
|
'@stylistic/eol-last': ["error", string];
|
|
2225
2225
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
2226
|
-
'@stylistic/
|
|
2226
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
2227
2227
|
'func-name-matching': ["off", string, {
|
|
2228
2228
|
includeCommonJSModuleExports: boolean;
|
|
2229
2229
|
considerPropertyDescriptor: boolean;
|
|
@@ -4259,7 +4259,7 @@ declare const vue: ({
|
|
|
4259
4259
|
'consistent-this': "off";
|
|
4260
4260
|
'@stylistic/eol-last': ["error", string];
|
|
4261
4261
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
4262
|
-
'@stylistic/
|
|
4262
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
4263
4263
|
'func-name-matching': ["off", string, {
|
|
4264
4264
|
includeCommonJSModuleExports: boolean;
|
|
4265
4265
|
considerPropertyDescriptor: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -370,7 +370,7 @@ declare const core: ({
|
|
|
370
370
|
'consistent-this': "off";
|
|
371
371
|
'@stylistic/eol-last': ["error", string];
|
|
372
372
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
373
|
-
'@stylistic/
|
|
373
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
374
374
|
'func-name-matching': ["off", string, {
|
|
375
375
|
includeCommonJSModuleExports: boolean;
|
|
376
376
|
considerPropertyDescriptor: boolean;
|
|
@@ -1243,7 +1243,7 @@ declare const node: [...({
|
|
|
1243
1243
|
'consistent-this': "off";
|
|
1244
1244
|
'@stylistic/eol-last': ["error", string];
|
|
1245
1245
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
1246
|
-
'@stylistic/
|
|
1246
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
1247
1247
|
'func-name-matching': ["off", string, {
|
|
1248
1248
|
includeCommonJSModuleExports: boolean;
|
|
1249
1249
|
considerPropertyDescriptor: boolean;
|
|
@@ -2223,7 +2223,7 @@ declare const browser: [...({
|
|
|
2223
2223
|
'consistent-this': "off";
|
|
2224
2224
|
'@stylistic/eol-last': ["error", string];
|
|
2225
2225
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
2226
|
-
'@stylistic/
|
|
2226
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
2227
2227
|
'func-name-matching': ["off", string, {
|
|
2228
2228
|
includeCommonJSModuleExports: boolean;
|
|
2229
2229
|
considerPropertyDescriptor: boolean;
|
|
@@ -4259,7 +4259,7 @@ declare const vue: ({
|
|
|
4259
4259
|
'consistent-this': "off";
|
|
4260
4260
|
'@stylistic/eol-last': ["error", string];
|
|
4261
4261
|
'@stylistic/function-call-argument-newline': ["error", string];
|
|
4262
|
-
'@stylistic/
|
|
4262
|
+
'@stylistic/function-call-spacing': ["error", string];
|
|
4263
4263
|
'func-name-matching': ["off", string, {
|
|
4264
4264
|
includeCommonJSModuleExports: boolean;
|
|
4265
4265
|
considerPropertyDescriptor: boolean;
|
package/dist/index.mjs
CHANGED
|
@@ -1196,8 +1196,8 @@ const style = {
|
|
|
1196
1196
|
// https://eslint.style/rules/default/function-call-argument-newline
|
|
1197
1197
|
"@stylistic/function-call-argument-newline": ["error", "consistent"],
|
|
1198
1198
|
// enforce spacing between functions and their invocations
|
|
1199
|
-
// https://eslint.style/rules/default/
|
|
1200
|
-
"@stylistic/
|
|
1199
|
+
// https://eslint.style/rules/default/function-call-spacing
|
|
1200
|
+
"@stylistic/function-call-spacing": ["error", "never"],
|
|
1201
1201
|
// requires function names to match the name of the variable or property to which they are
|
|
1202
1202
|
// assigned
|
|
1203
1203
|
// https://eslint.org/docs/rules/func-name-matching
|