@rightcapital/eslint-plugin 51.1.1-renovate-eslint-rule-and-plugin-updates.4200.1.0 → 51.1.1-renovate-eslint-rule-and-plugin-updates.4201.1.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/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
+ import type { RuleDefinition } from '@eslint/core';
1
2
  import type { ESLint } from 'eslint';
2
3
  export declare const meta: ESLint.Plugin['meta'];
3
4
  export declare const configs: ESLint.Plugin['configs'];
4
- export declare const rules: NonNullable<ESLint.Plugin["rules"]>;
5
+ export declare const rules: Record<string, RuleDefinition>;
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAUrC,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAGtC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,SAAS,CAG5C,CAAC;AAEF,eAAO,MAAM,KAAK,EAKF,WAAW,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAUrC,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAGtC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,SAAS,CAG5C,CAAC;AAEF,eAAO,MAAM,KAAK,EAMF,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC"}
package/lib/index.js CHANGED
@@ -20,5 +20,6 @@ exports.rules = {
20
20
  'jsx-no-unused-expressions': jsx_no_unused_expressions_1.jsxNoUnusedExpressionsRule,
21
21
  'no-ignore-return-value-of-react-hooks': no_ignore_return_value_of_react_hooks_1.noIgnoreReturnValueOfReactHooksRule,
22
22
  'no-explicit-type-on-function-component-identifier': no_explicit_type_on_function_component_identifier_1.noExplicitTypeOnFunctionComponentIdentifierRule,
23
+ // FIXME: we may fix this when ESLint core types get better
23
24
  };
24
25
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAEA,kDAAgD;AAChD,+DAAiE;AACjE,mEAAqE;AACrE,2GAAyG;AACzG,mLAA8K;AAC9K,+IAA0I;AAE1I,oDAAoD;AACvC,QAAA,IAAI,GAA0B;IACzC,IAAI,EAAJ,mBAAI;IACJ,OAAO,EAAP,sBAAO;CACR,CAAC;AAEW,QAAA,OAAO,GAA6B;IAC/C,iBAAiB,EAAE,sCAAoB;IACvC,mBAAmB,EAAE,0CAAsB;CAC5C,CAAC;AAEW,QAAA,KAAK,GAAG;IACnB,2BAA2B,EAAE,sDAA0B;IACvD,uCAAuC,EAAE,2EAAmC;IAC5E,mDAAmD,EACjD,mGAA+C;CACA,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAGA,kDAAgD;AAChD,+DAAiE;AACjE,mEAAqE;AACrE,2GAAyG;AACzG,mLAA8K;AAC9K,+IAA0I;AAE1I,oDAAoD;AACvC,QAAA,IAAI,GAA0B;IACzC,IAAI,EAAJ,mBAAI;IACJ,OAAO,EAAP,sBAAO;CACR,CAAC;AAEW,QAAA,OAAO,GAA6B;IAC/C,iBAAiB,EAAE,sCAAoB;IACvC,mBAAmB,EAAE,0CAAsB;CAC5C,CAAC;AAEW,QAAA,KAAK,GAAG;IACnB,2BAA2B,EAAE,sDAA0B;IACvD,uCAAuC,EAAE,2EAAmC;IAC5E,mDAAmD,EACjD,mGAA+C;IACjD,2DAA2D;CACf,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rightcapital/eslint-plugin",
3
- "version": "51.1.1-renovate-eslint-rule-and-plugin-updates.4200.1.0",
3
+ "version": "51.1.1-renovate-eslint-rule-and-plugin-updates.4201.1.0",
4
4
  "description": "ESLint plugin for RightCapital",
5
5
  "keywords": [
6
6
  "eslint",
@@ -30,7 +30,7 @@
30
30
  "eslint-doc-generator": "2.3.0",
31
31
  "typescript": "5.9.3",
32
32
  "vitest": "3.2.4",
33
- "@rightcapital/tsconfig": "1.2.17-renovate-eslint-rule-and-plugin-updates.4200.1.0"
33
+ "@rightcapital/tsconfig": "1.2.17-renovate-eslint-rule-and-plugin-updates.4201.1.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "eslint": ">=8.0.0"