Answer the question
In order to leave comments, you need to log in
How to connect eslint with webstorm?
Good afternoon! Please tell me who knows how to set up webstorm so that it works with eslint?
i.e. when I format( ctrl+alt+F ) a piece of code so that it becomes what eslint wants it to be.
For example this code
const Modal = ({
invalid,
closeModal,
handleSubmit,
change,
reset,
}) => {
const Modal = ({
invalid,
closeModal,
handleSubmit,
change,
reset,
}) => {
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question