celest_lints 1.2.0
celest_lints: ^1.2.0 copied to clipboard
The lint rules used in developing Celest packages and plugins.
1.2.0 #
- Update license
- Bump min Dart SDK version to 3.7.
- Add
annotate_redeclaresrule - Add
invalid_runtime_check_with_js_interop_typesrule - Add
missing_code_block_language_in_doc_commentrule - Replace
omit_local_variable_typeswithomit_obvious_local_variable_typesandspecify_nonobvious_local_variable_typesrules - Add
unsafe_variancerule - Add
use_truncating_divisionrule - Remove
package_api_docsrule (removed in Dart 3.7).
1.1.0 #
- Bump min Dart SDK version to 3.7.
- Update
lintsto^5.0.0. - Update
flutter_lintsto^5.0.0. - Remove
require_trailing_commasrule (conflicts with Dart 3.7 formatting).
1.0.0 #
- Initial version.