1
0
Fork 0
mirror of https://github.com/moritzruth/node-enttec-open-dmx-usb.git synced 2025-04-23 16:51:21 +02:00
node-enttec-open-dmx-usb/.eslintrc.json

12 lines
186 B
JSON

{
"extends": "awzzm-ts",
"env": {
"node": true,
"es6": true
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 10,
"project": "tsconfig.json"
}
}