350org / strikes-poster-generator

A mini web app that lets anyone create a printable poster or flyer with their own custom text.
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Add starter ESLint config #10

Closed EvanHahn closed 5 years ago

EvanHahn commented 5 years ago

This adds a basic ESLint configuration. All of the recommended rules are present here, though some of them have been turned from errors to warnings because the source code has some mistakes.

In subsequent changes, we should turn these warnings into errors and fix the source code. We should also consider using ESLint to enforce code style (like indentation) and other things.