arianacosta/poetic

General Improvements

arianacosta opened this issue · 0 comments

  • Some JS and TS rules are being applied twice to JS files. For instance, no-unused-vars , find some of those duplicate rules and apply the appropriate one depending on the file type.
  • Prettier line length of 100 is to be more practical than 80.
  • Update the companion repo poetic-sandbox to test these scenarios.