brandongregoryscott / eslint-plugin-collation

ESLint plugin for making your code easier to read, with autofix and TypeScript support
https://eslint-plugin-collation.brandonscott.me
Apache License 2.0
4 stars 0 forks source link

Check for compilation errors and skip saving if so #41

Closed brandongregoryscott closed 2 years ago

brandongregoryscott commented 2 years ago

There have been a few cases I've run into where the project will save but in a broken state. Devise a strategy for detecting bad code transformations and output an error or warning without actually saving out the broken file(s)