pansylint_dart 1.0.1 copy "pansylint_dart: ^1.0.1" to clipboard
pansylint_dart: ^1.0.1 copied to clipboard

discontinued
outdated

Linter rules for writing perfect code.

pansylint_dart #

pub package

Linter rules for writing perfect code.

Using #

Создайте файл analysis_options.yaml в корневой директории проекта, с содержимым:

include: lib/analysis_options.yaml

If such a linter rules have been too complicated for you, you can use a light version:

include: lib/analysis_options_lite.yaml

To automatically correct some Linter Rules in the current project, you can use the command dart fix --apply in terminal.

Support #

You can show support by showing in your repository that your project uses pansylint_dart using our icon: style: pansylint_dart

[![style: pansylint_dart](https://img.shields.io/badge/style-pansylint-orange)](https://github.com/pansydev/pansylint_dart)