test files: remove obsolete eslint comments that set mocha / node env #1339
Labels
easy-quick-win
maintenance
Code refactoring, project structure, dev tooling (storybook, dev server, npm tasks...)
Context
Since we've moved to ESLint 9 & flat config, we no longer need comments to set the eslint environment.
The
/* eslint-env node, mocha */
comments should be removed from all test files.If new errors arise after removing these comments, then it means the related file should be added in the proper section of the eslint.config.js file.
The text was updated successfully, but these errors were encountered: