configure eslintrc

This commit is contained in:
David Reed 2022-09-11 18:13:55 -04:00
parent b8821e96ec
commit 10c2540cff

7
.eslintrc.json Normal file
View file

@ -0,0 +1,7 @@
{
"root": true,
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
}
}