1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 02:42:13 +00:00
libs/packages/listener/.eslintrc.js
Florian Bouillon bb38fbdff6 Published new Lib
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2020-11-23 04:26:20 +01:00

5 lines
85 B
JavaScript

module.exports = {
"parserOptions": {
"project": __dirname + "/tsconfig.json"
}
}