https://github.com/leanflutter/mostly_reasonable_lints
A mostly reasonable set of lints for Dart and Flutter projects.
https://github.com/leanflutter/mostly_reasonable_lints
Last synced: about 1 year ago
JSON representation
A mostly reasonable set of lints for Dart and Flutter projects.
- Host: GitHub
- URL: https://github.com/leanflutter/mostly_reasonable_lints
- Owner: leanflutter
- License: mit
- Created: 2024-01-06T03:03:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T07:42:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T23:12:16.490Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# mostly_reasonable_lints
A mostly reasonable set of lints for Dart and Flutter projects.
## Quick Start
### Installation
Add this to your package's pubspec.yaml file:
```yaml
dependencies:
mostly_reasonable_lints: ^0.1.2
```
Or
```yaml
dependencies:
mostly_reasonable_lints:
git:
url: https://github.com/leanflutter/mostly_reasonable_lints.git
ref: main
```
### Usage
Then include it on your `analysis_options.yaml` file:
```yaml
include: package:mostly_reasonable_lints/analysis_options.yaml
```
## License
[MIT](./LICENSE)