dart-sass/analysis
2022-09-03 01:41:06 +02:00
..
lib Fix new analysis issues from Dart 2.15 2021-12-10 14:02:17 -08:00
pubspec.yaml Upgrade dev dependencies to the latest version 2022-09-03 01:41:06 +02:00
README.md Clone repos using https:// not git:// (#1597) 2022-01-12 15:50:00 -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: 
    https://github.com/sass/dart-sass.git, path: analysis}

and include it in your analysis_options.yaml:

include: package:sass_analysis/analysis_options.yaml