Skip to content

Commit

Permalink
fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tshedor committed Dec 16, 2024
1 parent 5e5cf5d commit 0cff173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: ../../analysis_options.yaml
include: package:lints/recommended.yaml

linter:
rules:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: brick_melos

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ">=3.0.0 <4.0.0"

dev_dependencies:
lints: ^2.1.1
lints:
melos: ^3.1.0

0 comments on commit 0cff173

Please sign in to comment.