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

Ability to turn 'safe saving' off #46

Closed brandongregoryscott closed 2 years ago

brandongregoryscott commented 2 years ago

While the new 'safely safe changes' option is nice, it might be undesirable for a TypeScript project that has looser configuration options & might emit diagnostics for reasons unrelated to the current file(s) being modified. Add a flag to override this behavior (but keep it as the default)