Closed KoenDG closed 4 years ago
As the title states, I added ESLint and a config, extending the airbnb config.
In case it doesn't work, try doing the npm i installs in your home directory.
npm i
And did a first style change, using "const" and "let" instead of "var".
I'm trying to keep these PRs small, so it is easier to read what has changed.
As the title states, I added ESLint and a config, extending the airbnb config.
In case it doesn't work, try doing the
npm i
installs in your home directory.And did a first style change, using "const" and "let" instead of "var".
I'm trying to keep these PRs small, so it is easier to read what has changed.