I have used following command in package.json file under scripts
"lint": "eslint . -c .eslintrc.json --ext .ts", "lint:fix": "eslint . -c .eslintrc.json --ext .ts --fix"
While committing to git its giving me this error
splitter ??= new graphemer_1.default();
^^^
I made few changes in package json script but its giving me same error
To use the Nullish coalescing assignment
??=
operator, you need to set theecmaVersion
to at least2021
orlatest
.