Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
111 views

Usage of @eslint/config tool with airbnb and prettier plugins

Following eslint QuickStart documentation, I run the npm init @eslint/config and got a boilerplate .eslintrc as expected: module.exports = { "env": { "browser": true, ...
cvass's user avatar
  • 33
1 vote
2 answers
2k views

Upgrading @vue/eslint-config-prettier 7.0.0 causes compile error - Error: Failed to load config "@vue/prettier/@typescript-eslint" to extend from

Fought through a bunch of NPM dependency errors, (see below) getting a compile time error, that had very few hits when I google the error message. I'm hoping someone can give me some context on the ...
Eric Brown - Cal's user avatar
6 votes
1 answer
4k views

There was trouble creating the ESLint CLIEngine

There was trouble creating the ESLint CLIEngine. - 'basePath' should be an absolute path Trying to use eslint $ npx prettier-eslint **/*.js but getting: prettier-eslint [ERROR]: There was trouble ...
Michael Durrant's user avatar