@rhyster/eslint-config 1.7.32 → 1.8.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.
@@ -367,7 +367,7 @@ declare const _default: ({
367
367
  'consistent-this': "off";
368
368
  '@stylistic/eol-last': ["error", string];
369
369
  '@stylistic/function-call-argument-newline': ["error", string];
370
- '@stylistic/func-call-spacing': ["error", string];
370
+ '@stylistic/function-call-spacing': ["error", string];
371
371
  'func-name-matching': ["off", string, {
372
372
  includeCommonJSModuleExports: boolean;
373
373
  considerPropertyDescriptor: boolean;
package/dist/index.cjs CHANGED
@@ -1210,8 +1210,8 @@ const style = {
1210
1210
  // https://eslint.style/rules/default/function-call-argument-newline
1211
1211
  "@stylistic/function-call-argument-newline": ["error", "consistent"],
1212
1212
  // enforce spacing between functions and their invocations
1213
- // https://eslint.style/rules/default/func-call-spacing
1214
- "@stylistic/func-call-spacing": ["error", "never"],
1213
+ // https://eslint.style/rules/default/function-call-spacing
1214
+ "@stylistic/function-call-spacing": ["error", "never"],
1215
1215
  // requires function names to match the name of the variable or property to which they are
1216
1216
  // assigned
1217
1217
  // https://eslint.org/docs/rules/func-name-matching