Prevent prettier-standard from removing semicolons in Typescript interfaces Prevent prettier-standard from removing semicolons in Typescript interfaces typescript typescript

Prevent prettier-standard from removing semicolons in Typescript interfaces


You might be able to try tslint's "ignore-interfaces", depending on your setup: from the docs

"semicolon": [true, "never", "ignore-interfaces"]