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

Commit 8264c48

Browse files
authored
test: Setup dev server for rendering JS and Sass (#2)
1 parent b5e57fd commit 8264c48

File tree

13 files changed

+10247
-6088
lines changed

13 files changed

+10247
-6088
lines changed

.eslintrc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
extends: google
1+
extends:
2+
- google
3+
- plugin:react/recommended
24
parser: babel-eslint
5+
plugins:
6+
- react
37
rules:
48
strict: 0
59
require-jsdoc: off

0 commit comments

Comments
 (0)