Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
context.options
is the raw user-provided optionsbeforedefaultOptions
is applied, whilecreate
's second parameter isafterdefaultOptions
. Example bug & fix PR:
- Bug: @typescript-eslint/keyword-spacing crashes #6060
- chore: use no-restricted-syntax to enforce created options in rules #6074
Unless I'm wrong about the difference, let's add a lint rule to prevent this internally?