If "Environment key 'es2021' is unknown" Occurs in Nuxt+Typescript

2021-03-07 11:45 (3 years ago) ytyng

When developing with Nuxt + TypeScript and updating dependencies,

Error: .eslintrc.js » @nuxtjs/eslint-config-typescript » @nuxtjs/eslint-config » eslint-config-standard:
Environment key "es2021" is unknown

appears,

update eslint to version 7 or above.

package.json

"devDependencies": {
...
"eslint": "^7.19.0",

npm install --also=dev

Currently unrated

Comments

Archive

2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011