rogden / tailwind-config-viewer

A local UI tool for visualizing your Tailwind CSS configuration file.
2.01k stars 111 forks source link

Fix stickyEvents eslint warning (#33) #34

Closed olets closed 3 years ago

olets commented 3 years ago

Fixes #33

stickyEvents has an eslint no-console warning. This PR makes a quick fix, disabling eslint warnings for that line. Don't know if this is the way you want to address #33 or not.