Skip to content

Commit

Permalink
record before beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aprosail committed May 13, 2024
2 parents 6fa4b8f + 00e21aa commit 28a7152
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
include: package:lints/recommended.yaml

linter:
rules:
curly_braces_in_flow_control_structures: false
2 changes: 2 additions & 0 deletions example/color_example.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: curly_braces_in_flow_control_structures

import 'package:terminal_decorate/terminal_decorate.dart';

void main() => colorExample();
Expand Down
2 changes: 2 additions & 0 deletions example/font_example.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: curly_braces_in_flow_control_structures

import 'package:terminal_decorate/terminal_decorate.dart';

void main() => fontExample();
Expand Down

0 comments on commit 28a7152

Please sign in to comment.