despian
despian
Using the [declaration merging](https://www.typescriptlang.org/docs/handbook/declaration-merging.html) feature of TypeScript causes the `no-redeclare` rule to be triggered. E.g. ```ts declare namespace Foo { ... } declare const Foo: Bar ``` I couldn't find...
A couple of cards in the German Bigbox v2 have slightly different translations. I added 2 new sets (`promo-bigbox2-de` and `guilds-bigbox2-de`) to support the different names of the cards: "Carcassonne"...
I have added the following to my config file: `"ignoreList": ["*.todo"]` But I still get this in the console when I start the app: >13:34:07 - warn: File cannot be...
There were already many issues raised for this problem: #457, #426, #331, #291, #237 ... and probably some others I missed. They have all been closed as stale ... yet...