Skip to content

Update ESLint to v8

Evan Welsh requested to merge ewlsh/eslint-v8 into master
  • All directives can now be used in inline comments so // global script declares a global script
  • Class fields are enabled with the 2022 parser version
  • 2021 is the latest "environment" (defines default globals)
  • Drop ignores that are no longer needed

Merge request reports