dart-sass/analysis
2021-12-10 14:02:17 -08:00
..
lib Fix new analysis issues from Dart 2.15 2021-12-10 14:02:17 -08:00
pubspec.yaml Update to the latest linter package and fix lints 2021-10-05 13:21:19 -07:00
README.md Move analysis options into a nested package 2019-12-18 15:37:25 -08:00

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:

dev_dependencies:
  sass_analysis:
    git: {url: git://github.com/sass/dart-sass.git, path: analysis}

and include it in your analysis_options.yaml:

include: package:sass_analysis/analysis_options.yaml