Raw File
{
    "eslint.validate": [
        {
            "language": "typescript",
            "autoFix": true
        }
    ],
    "eslint.options": {
        "rulePaths": ["./scripts/eslint/built/rules/"],
        "ext": [".ts"]
    }
}
back to top