Top "Eslintrc" questions

For issues relating to .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
'number' is never reassigned. Use 'const' instead. (prefer-const)

Why in this case eslint 4.17.0 i have error number is never reassigned. Use 'const' instead. (prefer-const). Why i need to …

javascript constants let eslintrc
Allow debugger; statements in certain files, using ESLint

Say I want to use this rule: https://eslint.org/docs/rules/no-debugger however, I have about 15 files where I …

eslint eslintignore eslintrc
Parser "babylon" deprecated error - webpack build

After I have been upgrading my projects JS packages, an error has appeared when building my bundle with Webpack. It …

webpack babeljs eslint babel-loader eslintrc
describe is not defined when installing jest

I installed jest v24.7.1in my project with: npm install jest -D Then I start writing some test files, However …

jestjs eslint eslint-config-airbnb eslintrc
How to fix this eslint path not resolved error? no-unresolved

Node version: v6.11.0 Error Message: Unable to resolve path to module './coins.json'. (import/no-unresolved) I am also attaching …

javascript webpack eslint eslintrc
VSCode failed to load plugin cannot find module 'eslint-plugin-prettier'

I'm installing eslint and Prettier in my project and trying to get automatic code formatting to work through VSCode. When …

visual-studio-code eslint prettier eslintrc
eslint is running but not showing any lint errors/warnings

I am using vscode with eslint. The eslint console shows the following: [Info - 3:31:14 PM] ESLint server stopped. [Info - 3:31:14 …

visual-studio-code eslint eslintrc
ESLint rule conflicts with Prettier rule

I am totally new to VSCode and this is my first setting. I know that this is a very common …

visual-studio-code vscode-settings prettier eslintrc prettier-eslint