alleyinteractive / sasslint-webpack-plugin

A webpack plugin to lint your SCSS/SASS code
MIT License
33 stars 12 forks source link

Remove duplicate key in test/.sass-lint.yml #13

Closed randycoulman closed 8 years ago

randycoulman commented 8 years ago

When I forked the project and tried to run the tests, I got three test failures due to a duplicate nesting-depth key in test/.sass-lint.yml.

This removes the duplicate key which allows the tests to pass.

NOTE: I’m using sass-lint 1.5.1, if that makes a difference.