Revision ab879939dfcbd9b803dc32d59fb757d24abb34c6 authored by Sergey Tychinin on 01 October 2019, 14:02:25 UTC, committed by Joey Watts on 01 October 2019, 14:48:17 UTC
Signed-off-by: Sergey Tychinin <stychinin@bloomberg.net>
1 parent 7be7cba
Raw File
settings.json
{
    "eslint.validate": [
        {
            "language": "typescript",
            "autoFix": true
        }
    ],
    "eslint.options": {
        "rulePaths": ["./scripts/eslint/built/rules/"],
        "ext": [".ts"]
    }
}
back to top