Rich text editor for Flutter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
397 B

4 years ago
include: package:pedantic/analysis_options.yaml
analyzer:
errors:
4 years ago
undefined_prefixed_name: ignore
omit_local_variable_types: ignore
unsafe_html: ignore
linter:
rules:
- always_put_required_named_parameters_first
- avoid_print
- avoid_redundant_argument_values
- prefer_const_constructors
- prefer_const_constructors_in_immutables
- unnecessary_parenthesis