eslint-plugin-function 0.0.4 → 0.0.5

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.d.ts CHANGED
@@ -6,7 +6,7 @@ declare const _default: {
6
6
  readonly version: string;
7
7
  };
8
8
  readonly rules: {
9
- readonly "function-definition": _typescript_eslint_utils_ts_eslint.RuleModule<"functionDefinition", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
9
+ readonly "function-definition": _typescript_eslint_utils_ts_eslint.RuleModule<CamelCase<"function-definition">, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
10
10
  readonly "function-return-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"functionReturnBoolean", readonly [{
11
11
  readonly pattern?: string;
12
12
  } | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import { AST_NODE_TYPES } from '@typescript-eslint/types';
9
9
 
10
10
  // package.json
11
11
  var name = "eslint-plugin-function";
12
- var version = "0.0.4";
12
+ var version = "0.0.5";
13
13
  function getDocsUrl() {
14
14
  return "TODO: add docs for local ESLint rules";
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-function",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "ESLint plugin for function",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -22,7 +22,6 @@
22
22
  "@typescript-eslint/type-utils": "^8.28.0",
23
23
  "@typescript-eslint/types": "^8.28.0",
24
24
  "@typescript-eslint/utils": "^8.28.0",
25
- "string-ts": "^2.2.1",
26
25
  "ts-pattern": "^5.6.2"
27
26
  },
28
27
  "devDependencies": {