mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Handle "missing key" errors separately
This commit is contained in:
@@ -197,6 +197,13 @@ export class SpyglassService {
|
||||
},
|
||||
lint: {
|
||||
idOmitDefaultNamespace: false,
|
||||
undeclaredSymbol: [
|
||||
{
|
||||
if: { category: ['bossbar', 'objective', 'team'] },
|
||||
then: { declare: 'block' },
|
||||
},
|
||||
...core.VanillaConfig.lint.undeclaredSymbol as any[],
|
||||
],
|
||||
},
|
||||
}),
|
||||
initializers: [mcdoc.initialize, initialize],
|
||||
|
||||
Reference in New Issue
Block a user