mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-07 16:50:30 +03:00
15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
{
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": "airbnb-base",
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018,
|
|
"sourceType": "module",
|
|
"ecmaFeatures": {
|
|
"jsx": true,
|
|
"modules": true
|
|
}
|
|
}
|
|
}
|