Answers for "eslint disable prettier errors"

20

disable eslint for line

alert('foo'); // eslint-disable-line

// eslint-disable-next-line
alert('foo');
Posted by: Guest on May-26-2020
1

disable prettier

To disable prettier for some specific part of a file
Read-> https://prettier.io/docs/en/ignore.html#ignoring-files
Posted by: Guest on August-20-2020

Code answers related to "eslint disable prettier errors"

Code answers related to "Javascript"

Browse Popular Code Answers by Language