Eslint error handling: ‘QQ’ is not defined

Handle the above eslint error and configure  . Eslintrc.js, add the following configuration:

globals: { "qq": true },


 

Read More: