You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Rails Templates, most projects do NOT use TypeScript (following the Rails way and using HotWire tools suit (Turbo, Drive and Stimulus).
Currently, we cannot update to the most recent versions of the eslint config because it would force us to add Typescript as a dependency.
Expected
When TypeScript is not used, I should be able to update the eslint config to the latest version.
Maybe a way would be to have a "typescript variant" that inherits from a non-typescript version of the config? Similar to what we do for the React variant? 🤔
Steps to reproduce
Create a new Rails project
Update the Eslint version
Yarn install
The text was updated successfully, but these errors were encountered:
Issue
In the Rails Templates, most projects do NOT use TypeScript (following the Rails way and using HotWire tools suit (Turbo, Drive and Stimulus).
Currently, we cannot update to the most recent versions of the eslint config because it would force us to add Typescript as a dependency.
Expected
When TypeScript is not used, I should be able to update the eslint config to the latest version.
Maybe a way would be to have a "typescript variant" that inherits from a non-typescript version of the config? Similar to what we do for the React variant? 🤔
Steps to reproduce
The text was updated successfully, but these errors were encountered: