Skip to content

Commit

Permalink
Add lints package on bootstrap
Browse files Browse the repository at this point in the history
Ensure lints is added to all packages during bootstrap, if missing
  • Loading branch information
nielsenko committed Feb 6, 2024
1 parent 1bece94 commit 347e194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ command:
environment:
sdk: ^3.0.0
flutter: ^3.10.0
dev_dependencies:
lints: ^3.0.0
hooks:
pre: >-
git submodule update --init --recursive &&
Expand Down
2 changes: 2 additions & 0 deletions packages/realm_dart/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build-native/
binary/

0 comments on commit 347e194

Please sign in to comment.