{ "@typescript-eslint/quotes": [ "error", "double", { "allowTemplateLiterals": false, "avoidEscape": false } ], "@typescript-eslint/semi": [ "error", "always", { "omitLastInOneLineBlock": false } ], "quotes": [ "off" ], "semi": [ "off" ] }