eslint-plugin-functional icon indicating copy to clipboard operation
eslint-plugin-functional copied to clipboard

ESLint rules to disable mutation and promote fp in JavaScript and TypeScript.

Results 70 eslint-plugin-functional issues
Sort by recently updated
recently updated
newest added

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...

Type: Maintenance
:blue_heart:

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...

Type: Maintenance
:blue_heart:

## :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...

semantic-release

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...

Type: Maintenance
:blue_heart:

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)...

Type: Maintenance
:blue_heart:

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...

Type: Maintenance
:blue_heart:

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...

Type: Feature

### 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...

Type: Enhancement
Feature Removal
Breaking Change
Status: In Progress

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...

Type: Enhancement
Accepted
Status: In Progress