Add eslint config (#114)

This commit is contained in:
Per Liedman
2017-08-27 12:55:21 +02:00
committed by Iván Sánchez Ortega
parent 388e17dd5b
commit 6377bccb0d

6
.eslintrc.json Normal file
View File

@ -0,0 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
}
}