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
- enable [no-process-exit](http://eslint.org/docs/rules/no-process-exit) rule because [the official document](https://nodejs.org/api/process.html#process_process_exit_code) does not recommend a use of `process.exit()`.
157
156
- enable plugin rules which are given ✅ in the above table.
158
-
- add `{ecmaVersion: 2019}` and etc into `parserOptions`.
157
+
- add `{ecmaVersion: 2021}` and etc into `parserOptions`.
0 commit comments