- Lint files when pushing on the _frontend_ branch. - Lint files when eslint or stylelint config files are updated. - Use _strict_ parsing of JS files by default. This should make the JS linting test to fail.
- Add Github Action. - Fix JS files to match rules; mostly `globals` and `exported`.