The dart lints package added no_leading_underscores_for_local_identifiers to the recommended lints in version 2.0 released recently (https://github.com/dart-lang/lints/issues/58)
With my lints updated, the linter now complains about some of my generated MobX store code (specifically around generated actions)
Could we add the lint rule to the ignore_for_file part of the store template?
Hello,
The dart
lints
package addedno_leading_underscores_for_local_identifiers
to the recommended lints in version2.0
released recently (https://github.com/dart-lang/lints/issues/58)With my lints updated, the linter now complains about some of my generated MobX store code (specifically around generated actions)
Could we add the lint rule to the
ignore_for_file
part of the store template?