Skip to content

Commit abadf26

Browse files
committed
Configure eslint
1 parent e236723 commit abadf26

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.eslintrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"parserOptions": {
3+
"ecmaVersion": 6
4+
}
5+
}

.hound.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ scss-lint:
1010
enabled: true
1111
version: 0.50.2
1212
config_file: .scss-lint.yml
13+
14+
eslint:
15+
enabled: true
16+
config_file: .eslintrc

0 commit comments

Comments
 (0)