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

Commit 2782d63

Browse files
committed
feat(webpack config): eslint now uses ecmascript 6 to lint webpack config file
1 parent f067cdb commit 2782d63

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)