disable prettier no-console code example
Example 1: eslint allow console
"rules": {
"no-console": false,
"no-empty": false,
"no-trailing-whitespace":false
},
Example 2: disable prettier
To disable prettier for some specific part of a file
Read-> https://prettier.io/docs/en/ignore.html#ignoring-files