We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc331e0 commit 1dcb3b2Copy full SHA for 1dcb3b2
.config/eslint.config.mjs
@@ -27,7 +27,7 @@ const nodeGlobalsConfig = Object.fromEntries(
27
Object.entries(globals.node).map(([k]) => [k, 'readonly']),
28
)
29
30
-const biomeConfigPath = path.join(rootPath, '.config', 'biome.json')
+const biomeConfigPath = path.join(rootPath, 'biome.json')
31
const biomeConfig = require(biomeConfigPath)
32
const biomeIgnores = {
33
name: `Imported biome.json ignore patterns`,
.config/biome.json biome.json.config/biome.json renamed to biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "../node_modules/@biomejs/biome/configuration_schema.json",
+ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
"root": true,
4
"files": {
5
"includes": [
0 commit comments