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.
 
 
 
 
 

15 lines
397 B

include: package:pedantic/analysis_options.yaml
analyzer:
errors:
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