oscartbeaumont / tauri-specta

Completely typesafe Tauri commands
MIT License
291 stars 27 forks source link

feat: add comments to disable linters #15

Closed iMobs closed 1 year ago

iMobs commented 1 year ago

Comments to disable eslint, tslint, and prettier should be added at the top of the generated bindings. Otherwise, every time the bindings are regenerated they will likely violate the style guide. Alternatively, there should be a recommendation in the README to add the generated files to the ignore list for linters.

oscartbeaumont commented 1 year ago

Fixed. Example here.