Skip to content

Commit

Permalink
Require Symbols have descriptions (symbol-description)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 9, 2017
1 parent 58c8aa6 commit f71b732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -155,6 +155,7 @@
"line": { "markers": ["*package", "!", "/", ","] },
"block": { "balanced": true, "markers": ["*package", "!", ","], "exceptions": ["*"] }
}],
"symbol-description": "error",
"template-curly-spacing": ["error", "never"],
"template-tag-spacing": ["error", "never"],
"unicode-bom": ["error", "never"],
Expand Down

0 comments on commit f71b732

Please sign in to comment.