dartlangeditorflutterflutter-appsflutter-examplesflutter-packageflutter-widgetquillquill-deltaquilljsreactquillrich-textrich-text-editorwysiwygwysiwyg-editor
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.
20 lines
530 B
20 lines
530 B
include: package:pedantic/analysis_options.yaml |
|
|
|
analyzer: |
|
errors: |
|
undefined_prefixed_name: ignore |
|
unsafe_html: ignore |
|
linter: |
|
rules: |
|
- always_put_required_named_parameters_first |
|
- avoid_print |
|
- avoid_redundant_argument_values |
|
- directives_ordering |
|
- omit_local_variable_types |
|
- prefer_const_constructors |
|
- prefer_const_constructors_in_immutables |
|
- prefer_final_fields |
|
- prefer_final_in_for_each |
|
- prefer_final_locals |
|
- prefer_relative_imports |
|
- unnecessary_parenthesis
|
|
|