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
JavaScript has matured over the years, also thanks to the development of CoffeeScript. Let's use the power of modern JS in our code and therefore drop one dependency.
There are some CoffeeScript files left that we want to migrate to JavaScript. This should ease #454. And then ESLint will directly work on those new JS files. The decaffeinate project could help us here with some automatic conversions.
The text was updated successfully, but these errors were encountered:
JavaScript has matured over the years, also thanks to the development of CoffeeScript. Let's use the power of modern JS in our code and therefore drop one dependency.
There are some CoffeeScript files left that we want to migrate to JavaScript. This should ease #454. And then ESLint will directly work on those new JS files. The decaffeinate project could help us here with some automatic conversions.
The text was updated successfully, but these errors were encountered: