You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package.json still carries an eslintConfig block that is dead: ESLint prefers .eslintrc and never merges the two, so the eslint:recommended and plugin:@typescript-eslint/recommended presets listed there are not actually applied.
sass and sass-loader are unused - there is no .scss file in the project.
See #253
package.jsonstill carries aneslintConfigblock that is dead: ESLint prefers.eslintrcand never merges the two, so theeslint:recommendedandplugin:@typescript-eslint/recommendedpresets listed there are not actually applied.sassandsass-loaderare unused - there is no.scssfile in the project.