dawg / dawg

A DAW built using Electron and the Web Audio API

Home Page:https://dawg.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate from TSLint to ESLint

jsmith opened this issue · comments

commented

Can I take this one?

commented

Yes, definitely :)

commented

If you want, feel free to add prettier too! I just started using it for another project and love it :)

The config I've been using looks kinda like this:

module.exports = {
  trailingComma: "all",
  tabWidth: 2,
  printWidth: 100,
};

I will add prettier too then...