mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
chore: Migrate ESLint and prettier to Biome (#3634)
* Migrate eslint and prettier to biomejs This does NOT include examples/bigbot as it has its own formatter * Update to biome 1.8.0 * Readd dotenv dev dependency to rest During a merge it got lost
This commit is contained in:
@@ -2,8 +2,5 @@
|
||||
"name": "tsconfig",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"files": [
|
||||
"base.json",
|
||||
"test.json"
|
||||
]
|
||||
"files": ["base.json", "test.json"]
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"incremental": false,
|
||||
"tsBuildInfoFile": null,
|
||||
"rootDir": null,
|
||||
"outDir": null,
|
||||
"outDir": null
|
||||
},
|
||||
"include": ["${configDir}"],
|
||||
"include": ["${configDir}"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user