1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-27 09:49:19 +00:00

Added ESLint

This commit is contained in:
2020-07-06 11:08:49 +02:00
parent dd8515cc9b
commit 76a8f8ecce
7 changed files with 620 additions and 8 deletions

View File

@ -0,0 +1,5 @@
module.exports = {
"parserOptions": {
"project": __dirname + "/tsconfig.json"
}
}