dart-sass/analysis/README.md
Natalie Weizenbaum 08d0b8d159 Move analysis options into a nested package
This allows other Sass team packages to re-use our analysis
configuration without having to copy it.
2019-12-18 15:37:25 -08:00

15 lines
379 B
Markdown

This package provides a shared set of analysis options for use by Sass team
packages. To use it, add it as a Git dependency to your `pubspec.yaml`:
```yaml
dev_dependencies:
sass_analysis:
git: {url: git://github.com/sass/dart-sass.git, path: analysis}
```
and include it in your `analysis_options.yaml`:
```yaml
include: package:sass_analysis/analysis_options.yaml
```