Add basic ESLint configuration for formatting

This doesn't enable any of ESLint's actual possible-issue linting,
but just style normalization based on the Prettier configuration (but without line length limits).
This commit is contained in:
Aarni Koskela
2023-05-17 13:23:01 +03:00
parent 9ac85b8b73
commit 13f4c62ba3
4 changed files with 66 additions and 0 deletions

2
.gitignore vendored
View File

@@ -34,3 +34,5 @@ notification.mp3
/test/stderr.txt
/cache.json*
/config_states/
/node_modules
/package-lock.json