Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in eslint

Vue 3: `defineProps` are referencing locally declared variables

Is there a way to configure eslint in VSCode to support typesRoot types for JavaScript in HTML files?

ESLINT 9: Cannot read config file: eslint.config.mjs. Error: end of the stream or a document separator is expected

What's the proper type declaration of React context functions to avoid linting issues?

Why does vscode-eslint use a different "root" than ESLint?

visual-studio-code eslint

eslint "Definition for rule 'no-explicit-any' was not found" always shown

typescript eslint

Could not find a declaration file for module 'vuex' with create-vue

"Need to disable some ESLint rules" error while make the build of next js app

next.js eslint

How to avoid ESLint warning in React: Fast refresh only works when a file only exports components?

reactjs eslint lazy-loading

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