eslint-define-config
eslint-define-config copied to clipboard
Fix Camelcase allow type
as described here https://eslint.org/docs/latest/rules/camelcase#options
the type should be a list of string
Please check
https://github.com/eslint/eslint/blob/b91f9dc072f17f5ea79803deb86cf002d031b4cf/lib/rules/camelcase.js#L48-L57
and if it is correctly
The rule types are generated from these schematas
oooh 🤔 maybe it's the translation that is wrong 🤔
bc
items: [
{
type: "string"
}
]
i guess it means an array of string?
but open upstream https://github.com/bcherny/json-schema-to-typescript/issues/584