Skip to content

Commit

Permalink
Enable ImportPath options
Browse files Browse the repository at this point in the history
Throw warnings for leading underscores and file extensions in imports.
  • Loading branch information
tysongach committed Apr 10, 2017
1 parent cde1d16 commit dff58c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/sass/.scss-lint.yml
Expand Up @@ -78,8 +78,8 @@ linters:

ImportPath:
enabled: true
leading_underscore: false
filename_extension: false
leading_underscore: true
filename_extension: true

Indentation:
enabled: true
Expand Down

0 comments on commit dff58c8

Please sign in to comment.