Josh Adam

Results 7 comments of Josh Adam

@DarianHole requested this feature as well.

| Adopt  | Error | Meaning | Reference -- | -- | -- | -- :heavy_check_mark: | @typescript-eslint/default-param-last | Enforce default parameters to be last. | https://typescript-eslint.io/rules/default-param-last :heavy_check_mark:  | @typescript-eslint/naming-convention...

For the `createRedcuer` code blockes where the `state` param gets reassigment, we need to add: ``` /* eslint-disable no-param-reassign */ ``` on the first line inside the `builderCallback`

I want to add: `consistent-type-imports` [typescript-eslint](https://typescript-eslint.io/rules/consistent-type-imports) TypeScript allows specifying a `type` keyword on imports to indicate that the export exists only in the type system, not at runtime. This allows...

I watched a tutorial last night (on that Spring Framework Guru sight) that showed the basics of how to do item 9 (Lock out users after consecutive failed login attempts.)...

This has been removed for a while now.  Could not find PR with it. No longer in `package.json`