Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

test: Setup dev server for rendering JS and Sass #2

Merged
merged 10 commits into from
Mar 9, 2018
6 changes: 5 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
extends: google
extends:
- google
- plugin:react/recommended
parser: babel-eslint
plugins:
- react
rules:
strict: 0
require-jsdoc: off
Expand Down
Loading