ESLint: Why is no-unused-expressions failing?
In my code I have a series of ternary operators using the addition/subtraction assignment operator to modify the value for a variable corresponding to the pixel position of an element in an SVG.
Typescript-Eslint Force Class Members to have type annotation
Is there equivalent of the following rule
“Error while loading rule” during flat config migration
I’ve upgraded my ESLint to use the new flat configuration, but I’m encountering an error.
As you know, I can’t set parserOptions.project
in the new flat configuration, but ESLint is still complaining about it.
ESLint: Error while flat config migration
I’ve upgrade my eslint to use new flat configuration and I’m getting error.
As you know,I can’t set parserOptions.project
in new flat configuration but eslint is complaining about it.
ESLint version: 8.57.0
Link to my new flat confiiguration: https://github.com/FlowCrypt/flowcrypt-browser/blob/0b627aae2977076fdcb6c96cfad3e627718e9ade/eslint.config.mjs
eslint indent – wrong spacing marked on multiline ternary expression
I have the following code snippet, where eslint indent lints my multiline ternary expression:
eslint for “empty” statements
I accidentally wrote some pretty crappy code.
eslint rule forbidding to check numbers as is
Is there an eslint rule which yields an error for the following code: