Skip to content

Commit

Permalink
at-rule-no-unknown: add missing export to ruleName
Browse files Browse the repository at this point in the history
  • Loading branch information
krister committed Jul 9, 2017
1 parent 7bda990 commit 46f811c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
# HEAD

- Fixed: `at-rule-no-unknown` add missing export to `ruleName`.
- Fixed: `at-rule-no-unknown` add options validation.

# 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion src/rules/at-rule-no-unknown/index.js
Expand Up @@ -25,7 +25,7 @@ const sassAtRules = [

const ruleToCheckAgainst = "at-rule-no-unknown"

const ruleName = namespace(ruleToCheckAgainst)
export const ruleName = namespace(ruleToCheckAgainst)

export const messages = utils.ruleMessages(ruleName, {
rejected: rules[ruleToCheckAgainst].messages.rejected,
Expand Down

0 comments on commit 46f811c

Please sign in to comment.