Bernhard P.
Bernhard P.
According to pr #21478 the documentation should clarify that all projects are only tested, when `--watch=false`. Will the content of that pr also be included in the angular docs or...
I have the same error. Not sure what would be the correct configuration. I am using `"jasmine/prefer-toBeUndefined": ["warn", "always"]`.
Unluckily no. For me it looks like this great project is dead - no commits since 2019.
fixed by the author
waiting for @iamkun - I think this repository is dead. I am thinking about a fork that will merge all the important open pr.
That is by design - see issue #1886
Dayjs tries to be as compatible to `moment` as possible. If you look at the api of `moment`, you will fond that there is a separate signature for getting the...
I would simply change the title to something that makes clear, what this feature should do (e.g. "feature - add option to weekdays() to get weekday names sorted by locale")....
in Eslint v9 the work-around of @4a-ge does not work unchanged - the recommended ruleset throws. I used ```javascript import globals from "globals"; import pluginJs from "@eslint/js"; import pluginJson from...
As the rules can be configured with an option (`{"allowComments": true}`): don't we need a [schema](https://eslint.org/docs/latest/extend/custom-rules#options-schemas) entry in the meta property (line 107)? I tried changing my hack from the...