Top "Standardjs" questions

Cannot find module 'babel-eslint' (both standard and babel-eslint already installed locally)

What version of standard? 12.0.1 What operating system, Node.js, and npm version? Windows 10, Node v10.15.1, NPM v.6.8.0 What did you …

standardjs
Definition for rule 'react-hooks/exhaustive-deps' was not found

I am getting the following eslint error after adding // eslint-disable-next-line react-hooks/exhaustive-deps in my code. 8:14 error Definition for rule 'react-hooks/…

javascript reactjs react-hooks eslint standardjs
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