VectorGOLEM/tests/.eslintrc.json

10 lines
109 B
JSON

{
"parserOptions": {
"ecmaVersion": 2017
},
"env": {
"es6": true,
"node": true
}
}