Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 16e8994

Browse files
authored
enable recommended lints (#63)
1 parent 8c504de commit 16e8994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:pedantic/analysis_options.yaml
1+
include: package:lints/recommended.yaml
22

33
analyzer:
44
strong-mode:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies:
1111
path: ^1.8.0
1212

1313
dev_dependencies:
14-
pedantic: ^1.10.0
14+
lints: ^1.0.0
1515
test: ^1.16.0

0 commit comments

Comments
 (0)