Skip to content

Commit

Permalink
Add comment about missing Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
benthemonkey committed Dec 15, 2015
1 parent 5705fa9 commit 8d97963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,9 @@ module.exports.TrailingSemicolon = { name: 'trailing-semicolon' };
module.exports.TrailingZero = { name: 'no-trailing-zero', defaultDisabled: true };
module.exports.TransitionAll = { name: 'no-transition-all', defaultDisabled: true };
module.exports.UnnecessaryMantissa = { name: 'no-trailing-zero' };

// missing: UnnecessaryParentReference

module.exports.UrlFormat = { name: 'no-url-protocols' };
module.exports.UrlQuotes = { name: 'url-quotes' };

Expand Down

0 comments on commit 8d97963

Please sign in to comment.