yarn add --dev \ typescript@\* \ eslint@^8.0.1 \ eslint-plugin-promise@^6.0.0 \ eslint-plugin-import@^2.25.2 \ eslint-plugin-n@^15.0.0 \ @typescript-eslint/eslint-plugin@^6.4.0 \ eslint-config-standard-with-typescript@latest Example config Here is an example .eslintrc.js...
ESLint couldn't find the config "standard-with-typescript" to extend from. Please check that the name of the config is correct.The config "standard-with-typescript" was referenced from the config file in ".../.eslintrc.json".If you still have problems, please stop by https://eslint....
Please use this package alongside@vue/eslint-config-typescript. To useeslint.config.tsas the configuration file, you also need to installjiti. npm add --dev jiti @vue/eslint-config-typescript @vue/eslint-config-standard-with-typescript ...