Top "Eslint" questions

The pluggable linting utility for JavaScript and related frameworks.

How can I disable the error (prettier/prettier) on eslint?

While coding, I was not using eslint. Now I installed it and it has flooded my editor with prettier/prettier …

javascript react-native atom-editor eslint eslintrc
Is it possible to show warnings instead of errors on ALL of eslint rules?

As the title says, would it be possible for eslint to show warnings instead of errors on ALL of the …

reactjs react-native eslint eslintrc standardjs
ESLint ES6 Redux global-required Unexpected require();

I have this problem with ESLint and can't soulve on my own, those stores are separated for each enviroement as …

javascript node.js store redux eslint
Avoid no-shadow eslint error with mapDispatchToProps

I have the following component that triggers a no-shadow ESlint error on the FilterButton props. import { setFilter } from '../actions/…

javascript reactjs redux eslint react-redux
'v-slot' directive doesn't support any modifier

I am using vuetify's datatable, i this we have different slots with some props for example below <template #header.…

vue.js vuetify.js eslint
VSCode Linter ES6 ES7 Babel linter

How to use Visual Studio code to lint JavaScript file based on babel/ES7 stage-0 rules? I only need to …

javascript babeljs visual-studio-code eslint ecmascript-7
Understanding the React Hooks 'exhaustive-deps' lint rule

I'm having a hard time understanding the 'exhaustive-deps' lint rule. I already read this post and this post but I …

reactjs react-hooks eslint
Eslint cannot read config file

I am setting up my first eslint. For some reason in other computers it works except on mine .. Im using …

javascript reactjs eslint eslint-config-airbnb
Can't get correct autoformat on save in Visual Studio Code with ESLint and Prettier

in Visual Studio Code with ESLint and Prettier when working on .vue files, it seems I can't get vue/max-attributes-per-line …

vue.js visual-studio-code eslint prettier
ESLint error while trying to deploy firebase functions

I tried deploying a firebase functions but it keeps failing due to some issue with ESLint. I have also tried …

node.js firebase google-cloud-functions eslint firebase-cli