XXX is assigned a value but never used
Solution:
Find the path
package.json file -> devDependencies -> rules
Add the following code
"rules": {
"generator-star-spacing": "off",
"no-debugger": "off",
"no-tabs": "off",
"no-unused-vars": "off",
"no-console": "off",
"no-irregular-whitespace": "off"
}
The code is located in the page
it will be normal to open it again