Skip to content

Commit

Permalink
Disallow the Unicode Byte Order Mark (BOM) (unicode-bom)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 12, 2016
1 parent 52c1874 commit e5e37a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -134,6 +134,7 @@
"space-unary-ops": [2, { "words": true, "nonwords": false }],
"spaced-comment": [2, "always", { "markers": ["global", "globals", "eslint", "eslint-disable", "*package", "!", ","] }],
"template-curly-spacing": [2, "never"],
"unicode-bom": [2, "never"],
"use-isnan": 2,
"valid-typeof": 2,
"wrap-iife": [2, "any"],
Expand Down

0 comments on commit e5e37a9

Please sign in to comment.