We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4425e commit e9b8af3Copy full SHA for e9b8af3
README.md
@@ -95,6 +95,9 @@ To create a custom lint, you will need two things:
95
- create a `lib/<my_package_name>.dart` file in your project with the following:
96
97
```dart
98
+ import 'package:analyzer/error/listener.dart';
99
+ import 'package:custom_lint_builder/custom_lint_builder.dart';
100
+
101
// This is the entrypoint of our custom linter
102
PluginBase createPlugin() => _ExampleLinter();
103
0 commit comments