{
"name": "rr7-deno",
"comment": "This only exists to help vite module resolution. Do not use this file, instread use deno.json."
}
{
"name": "rr7-deno",
"comment": "This only exists to help vite module resolution. Do not use this file, instread use deno.json."
}
When i do deno add npm:@antfu/eslint-configdeno add npm:@antfu/eslint-config, it adds it to the package.jsonpackage.json instead of deno.jsoncdeno.jsonc.
{
"name": "rr7-deno",
"comment": "This only exists to help vite module resolution. Do not use this file, instread use deno.json.",
"dependencies": {
"@antfu/eslint-config": "^5.3.0"
}
}
{
"name": "rr7-deno",
"comment": "This only exists to help vite module resolution. Do not use this file, instread use deno.json.",
"dependencies": {
"@antfu/eslint-config": "^5.3.0"
}
}
How do i make sure package entries are made in the correct file?