charlescyt / choco_lints

A custom set of lints for Dart and Flutter projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Choco Lints

Custom lint rules for Dart and Flutter.

Usage

To use choco_lints in your project, follow these steps:

  1. Add choco_lints as a dev dependency in your pubspec.yaml file:
dev_dependencies:
  choco_lints:
    git:
      url: git@github.com:charlescyt/choco_lints.git
      ref: 1.1.0 # specify version here
  1. Include choco_lints/app.yaml or choco_lints/package.yaml in your analysis_options.yaml file:
include: package:choco_lints/app.yaml
or
include: package:choco_lints/package.yaml

About

A custom set of lints for Dart and Flutter projects.

License:MIT License


Languages

Language:Dart 100.0%