Skip to content
This repository was archived by the owner on Sep 21, 2018. It is now read-only.

Commit 6608271

Browse files
authored
Merge pull request #15 from bkinsey808/eslint-for-webpack
feat(webpack config): eslint now uses ecmascript 6 to lint webpack config file
2 parents de0bb99 + 2782d63 commit 6608271

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.eslintrc.json

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+
}

0 commit comments

Comments
 (0)