feat: init commit

This commit is contained in:
2021-05-08 00:42:40 +08:00
parent 8d196e48d0
commit 54297fbaa8
7 changed files with 81 additions and 1 deletions

14
analysis_options.yaml Normal file
View File

@@ -0,0 +1,14 @@
# Defines a default set of lint rules enforced for
# projects at Google. For details and rationale,
# see https://github.com/dart-lang/pedantic#enabled-lints.
include: package:pedantic/analysis_options.yaml
# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
# Uncomment to specify additional rules.
# linter:
# rules:
# - camel_case_types
analyzer:
# exclude:
# - path/to/excluded/files/**