Other: Set ecmaVersion to 2022 for ESLint to sup. priv. class feat.

This commit is contained in:
Julian 2023-01-24 19:12:38 +01:00
parent 7c96867182
commit 17d7bd23b4
Signed by: julian
GPG Key ID: 094C2AC34192FA11

View File

@ -2,7 +2,7 @@ env:
es2021: true
extends: 'eslint:recommended'
parserOptions:
ecmaVersion: 12
ecmaVersion: 2022
rules:
indent:
- error