SrBrahma / eslint-config-biome

Disables ESLint rules that have a recommended and equivalent Biome rule
Other
86 stars 1 forks source link

ESLint couldn't find the config "biome" to extend from #1

Closed mzaharie closed 8 months ago

mzaharie commented 8 months ago

Failed to run eslint

ESLint: 8.0.0

ESLint couldn't find the config "biome" to extend from. Please check that the name of the config is correct.
SrBrahma commented 8 months ago

Just to be sure, did you install the eslint-config-biome package in your project?

SrBrahma commented 8 months ago

Oh, I just noticed a mistake. The package is called eslint-config-biome but on the readme, I had it written as eslint-plugin-biome to install it.

The one to be installed is eslint-config-biome.

Thanks for bringing this up!

mzaharie commented 8 months ago

Just to be sure, did you install the eslint-plugin-biome package in your project?

Yeah, that was the problem

SrBrahma commented 8 months ago

Thanks again for letting me know! Also, update it to the new 1.1.0!