better_require_trailing_commas 2.0.5
better_require_trailing_commas: ^2.0.5 copied to clipboard
A lint rule that enforces trailing commas behaves like ESLint’s comma-dangle with the always-multiline option.
2.0.5 #
- Update README
2.0.4 #
- Enabled the lint rule by default. Now
diagnosticsconfig inanalysis_options.yamlis no longer needed. - Update README
2.0.3 #
- Allow analyzer 8.x
- Update README
2.0.2 #
- Update README
2.0.1 #
- Update README
2.0.0 #
- Rewrite using
analysis_server_plugininstead ofcustom_lint- Requires
analyzer ^9.0.0and Dart SDK^3.10(Flutter^3.38)
- Requires
1.0.4 #
- Support
analyzerv8.0.0
1.0.3 #
- Upgrade
custom_lint_builderto v0.8.0 (analyzer^7.5.0)
1.0.2 #
- Update package description
- Update README
1.0.1 #
- Update README
- Upgrade
analyzer_pluginto v0.13
1.0.0 #
- Initial version.