throw {} eslint error suppresss code example
Example 1: react disable eslint errors
To disable eslint you could add a file .eslintignore with the content:
*
Example 2: disable eslint
/* eslint-disable */
//Put this comment ath the top of the file