komposable / komponent

An opinionated way of organizing front-end code in Ruby on Rails, based on components
http://komponent.io
MIT License
427 stars 31 forks source link

Add frozen_string_literal to the generated Ruby files #82

Closed Spone closed 6 years ago

Spone commented 6 years ago

We should change the generator templates to add # frozen_string_literal: true to the top of the generated component Ruby files.