{
    "extends": ["@yandex-travel/eslint-config/base"],
    "root": true,
    "rules": {
        // Понижение уровня ошибки дефолтных правил, выпилиться в https://st.yandex-team.ru/TRAVELFRONT-6995
        "@typescript-eslint/naming-convention": "warn",
        "@typescript-eslint/explicit-function-return-type": "warn"
    }
}
