Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in eslint

Enforce eslint rules only on new files

javascript eslint

Eslint with Nuxt3 auto-import

ESLint define folder in config file. (Ignore all but..., Include only...)

javascript eslint

Any standard way in @typescript-eslint to cast a return value to 'any' without getting 'no-explicit-any' warning?

Definition for rule 'jsdoc/newline-after-description' was not found jsdoc/newline-after-description

Configuring ESLint and Prettier to automatically fix 'import/no-duplicates' error in Visual Studio Code on save

Eslint/Tslint Config help (excluding files)

How can I have consistent-return with exhaustive switch-case statements?

Is there a way to make ESLint understand the new import assertion syntax without adding Babel?

javascript node.js eslint

Found non-literal argument to RegExp Constructor - Eslint issue

Is it possible to see all active rules from a complex eslint config?

visual-studio-code eslint

Why does mapping a React hook work, but a lambda violates rule of hooks?

How to force a compilation and ignore @typescript-eslint errors?

How to allow multiple spaces between colon and value

javascript eslint

Custom eslint no-restricted-imports for lodash vs. lodash/fp

javascript lodash eslint

How to detect all Typescript and ESLint errors in NextJS project, not just in opened files?

Prettier doesn't format based on my eslint config

jsx-a11y/no-static-element-interactions: how to make span clickable

reactjs eslint