eslint-plugin-functional
eslint-plugin-functional copied to clipboard
ESLint rules to disable mutation and promote fp in JavaScript and TypeScript.
Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 π Changelog 2.7.0 diff π Release note 2.6.2 π Changelog 2.6.1 π Changelog 2.6.0 π Release note...
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.7 to 13.0.3. Release notes Sourced from lint-staged's releases. v13.0.3 13.0.3 (2022-06-24) Bug Fixes correctly handle git stash when using MSYS2 (#1178) (0d627a5) v13.0.2 13.0.2 (2022-06-16) Bug...
## :rotating_light: The automated release from the `main` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you can benefit from your...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.17.0 to 5.31.0. Release notes Sourced from @βtypescript-eslint/parser's releases. v5.31.0 5.31.0 (2022-07-25) Bug Fixes eslint-plugin: [typedef] Support nested array destructuring with type annotation (#5311) (6d19efe) scope-manager: handle...
Bumps [rollup](https://github.com/rollup/rollup) from 2.75.5 to 2.77.2. Release notes Sourced from rollup's releases. v2.77.2 2022-07-27 Bug Fixes Avoid a rendering failure when mixing outputs with inlined and non-inlined dynamic imports (#4589)...
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.31.1 to 0.32.1. Release notes Sourced from markdownlint-cli's releases. 0.32.1 Update markdownlint dependency to 0.26.1 Improve MD051 Update all dependencies via Dependabot 0.32.0 Update markdownlint dependency to...
re #207 re #244 This allows for ignoring functions where one of the given selectors matches the parent node in the AST of the function's node. For more information see...
Re #153
### Function Return Types The return type of functions shouldn't be enforced to be immutable (by default) (this behavior can currently be turned on with the `allowMutableReturnType` option). Following from...
Support the following case (at the moment `functional/prefer-readonly-type` gets emitted): ```TS type MyType = Readonly; ``` This is a prerequisite for #32 (which is about a fixer to `Readonly` if...