Skip to content

Commit

Permalink
Disable @warn rule in sass-lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Kraner committed Apr 18, 2018
1 parent cebe269 commit 2d26019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/.sass-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ rules:
# https://github.com/sasstools/sass-lint/blob/master/docs/rules/no-vendor-prefixes.md
no-vendor-prefixes: 0

# Rule no-warn will enforce that @warn statements are not allowed to be used.
# https://github.com/sasstools/sass-lint/blob/master/docs/rules/no-warn.md
no-warn: 0

# Rule placeholder-in-extend will enforce whether extends should only include placeholder selectors.
# https://github.com/sasstools/sass-lint/blob/master/docs/rules/placeholder-in-extend.md
placeholder-in-extend: 2
Expand Down

0 comments on commit 2d26019

Please sign in to comment.