chore: add .jshintrc file to indicate es6

This commit is contained in:
Lea Anthony 2019-06-19 20:54:36 +10:00
commit f1647443dc
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

3
.jshintrc Normal file
View file

@ -0,0 +1,3 @@
{
"esversion": 6
}