Skip to content

Commit 4353eb1

Browse files
authored
Add bare minimum ESLint config file. (#33)
This allows `npm test` to execute eslint.
1 parent 9d832c1 commit 4353eb1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.eslintrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parser": "@typescript-eslint/parser",
3+
"parserOptions": {
4+
"ecmaVersion": "latest",
5+
"sourceType": "module"
6+
}
7+
}

0 commit comments

Comments
 (0)