Skip to content

Commit

Permalink
Feature: Supporting tiny app 'rpx' unit (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chan-Chun authored and zivyangll committed Jan 25, 2019
1 parent d0fb593 commit 566b9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
'declaration-block-no-shorthand-property-overrides': true,
'declaration-block-trailing-semicolon': 'always',
'function-url-quotes': 'never',
indentation: 2,
'indentation': 2,
'max-empty-lines': 2,
'max-line-length': 120,
'max-nesting-depth': 5,
Expand All @@ -25,7 +25,7 @@ module.exports = {
'rule-empty-line-before': ['always-multi-line', { ignore: ['after-comment', 'inside-block'] }],
'string-no-newline': true,
'time-min-milliseconds': 100,
'unit-no-unknown': true,
'unit-no-unknown': [true, { ignoreUnits: ['rpx'] }],

'function-linear-gradient-no-nonstandard-direction': true,
'property-no-vendor-prefix': true,
Expand Down

0 comments on commit 566b9c8

Please sign in to comment.