eslint-config-callstack icon indicating copy to clipboard operation
eslint-config-callstack copied to clipboard

ESLint preset extending Flow, Prettier and Jest

Results 14 eslint-config-callstack issues
Sort by recently updated
recently updated
newest added

### Summary - Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3. - For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

## Environment ``` System: OS: macOS 14.1 CPU: (10) arm64 Apple M1 Pro Memory: 889.69 MB / 32.00 GB Shell: 3.6.1 - /opt/homebrew/bin/fish Binaries: Node: 18.18.2 - /usr/local/bin/node Yarn: 4.0.2...

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...

dependencies

## Describe the feature ## Motivation ## Related Issues

### Summary Add missing `ignoreRestSiblings` to allow to omit values in destructuring assignment. Without `ignoreRestSiblings: true` this code fails: ```ts const { modalDialogs: _, ...rest } = (params ?? {})...

## Describe the feature Make sure the config doesn't choke on `import * as fs from 'node:fs'` and alike.

Add recommended rules from Typescript Eslint. ### Summary Adds new rules to improve quality of code of the projects that use this config. https://typescript-eslint.io/docs/linting/ There are also additional rules that...

## Describe the feature Consider enabling `caseSensitiveStrict` for `import/no-unresolved` rule to avoid issues on case-sensitive vs case-insensitive filesystems.