style: add eslint support (#121)

This commit is contained in:
Damien Retzinger
2023-01-09 10:43:30 -05:00
committed by GitHub
parent d43068a144
commit c0390c8abd
4 changed files with 2117 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
]
}