Skip to content

Commit 8f7850f

Browse files
authored
use package:dart_flutter_team_lints; address lints (#81)
1 parent 929ed5f commit 8f7850f

File tree

8 files changed

+185
-181
lines changed

8 files changed

+185
-181
lines changed

DEVELOPING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Development
1111

12-
tldr: edit Dart source files; run `npm run all` to re-compile the action
12+
tldr: edit Dart source files and run `npm run all` to re-compile the action
1313

1414
### Working on the action
1515

analysis_options.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
include: package:lints/recommended.yaml
1+
include: package:dart_flutter_team_lints/analysis_options.yaml
22

33
linter:
44
rules:
5-
- unawaited_futures
5+
- prefer_relative_imports

0 commit comments

Comments
 (0)