mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-07 16:50:30 +03:00
19 lines
357 B
Plaintext
19 lines
357 B
Plaintext
{
|
|
"env": {
|
|
"node": true
|
|
},
|
|
//"extends": "airbnb-base",
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018,
|
|
"sourceType": "module",
|
|
"ecmaFeatures": {
|
|
"jsx": true,
|
|
"modules": true
|
|
}
|
|
},
|
|
"rules": {
|
|
"indent": ["error", 4],
|
|
"arrow-parens": ["error", "as-needed"]
|
|
}
|
|
}
|