eslint-plugin-fp-ts
eslint-plugin-fp-ts copied to clipboard
ESLint rules for fp-ts
When I have pipe like this: `pipe(E.right(22), TE.fromEither)` i receveived this alert: `'TaskEither' is pure, so this expression does nothing in statement position. Did you forget to return it or...
Bumps [@typescript-eslint/experimental-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/experimental-utils) from 5.3.0 to 5.54.0. Release notes Sourced from @typescript-eslint/experimental-utils's releases. v5.54.0 5.54.0 (2023-02-27) Bug Fixes typescript-estree: check for relative/root paths in printing file path errors (#6491) (dc14242) website:...
Bumps [@typescript-eslint/experimental-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/experimental-utils) from 5.3.0 to 5.53.0. Release notes Sourced from @typescript-eslint/experimental-utils's releases. v5.53.0 5.53.0 (2023-02-20) Features eslint-plugin: [consistent-generic-constructors] handle default parameters (#6484) (e8cebce) eslint-plugin: [no-mixed-enums] add rule (#6102) (16144d1) typescript-estree:...
Hi everyone, I see quite a bit of activity on the repo in terms of issues and discussions, but I don't have any time to dedicate to this project right...
```tsx import { pipe } from "fp-ts/function"; declare const a: (n: number) => number; declare const b: (n: number) => number; declare const c: (n: number) => number; // ❌...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.9.5. Release notes Sourced from typescript's releases. TypeScript 4.9.5 For release notes, check out the release announcement. Downloads are available on: npm NuGet package Changes:...
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...