TF-4169 Add labels module

This commit is contained in:
dab246
2025-11-21 16:25:21 +07:00
committed by Dat H. Pham
parent 2821ae1e0d
commit 1f9f0af79f
7 changed files with 316 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
include: package:flutter_lints/flutter.yaml
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
linter:
rules:
constant_identifier_names: false
non_constant_identifier_names: false
unnecessary_string_escapes: false