You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
299 B
Plaintext

{
"extends": "../.eslintrc.js",
"rules": {
"no-unused-vars": 0
},
"globals": {
"encode": false,
"decode": false,
"LoraMessage": false,
"unixtime": false,
"latLng": false,
"uint16": false,
"uint8": false,
"temperature": false,
"humidity": false,
}
}