DarthHater / bored-board-webapp

Here we go again
Apache License 2.0
4 stars 2 forks source link

Add linter and formatter #55

Closed andysbolton closed 5 years ago

andysbolton commented 5 years ago

Add ESLint with the following rule sets: ["eslint:recommended", "plugin:react/recommended", "airbnb", "prettier", "prettier/react"]

Also refactored code to obey linter errors.

Also added Prettier for code formatting.