ni / javascript-styleguide

JavaScript and TypeScript Style Guide
MIT License
9 stars 9 forks source link

Enable `@typescript-eslint/object-curly-newline` #147

Closed m-akinc closed 2 months ago

m-akinc commented 2 months ago

See https://github.com/ni/nimble/pull/2214 for context.

We already configure object-curly-newline (JS version) in the javascript config. For typescript, we should disable that rule and instead enable @typescript-eslint/object-curly-newline with the same configuration options.

m-akinc commented 2 months ago

Mistook the object-curly-spacing rule for object-curly-newline (which doesn't actually exist). Closing this issue.