Skip to content

Commit

Permalink
Format code with newer standard version
Browse files Browse the repository at this point in the history
  • Loading branch information
ream88 committed Oct 21, 2019
1 parent ffac081 commit 455326e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ var displayAndBoxModel = []
.concat(trbl('margin'))

module.exports = {
'plugins': 'stylelint-order',
'rules': {
plugins: 'stylelint-order',
rules: {
'order/properties-order': [
[]
.concat(cssModules)
.concat(reset)
.concat(positioning)
.concat(displayAndBoxModel),
{ 'unspecified': 'bottomAlphabetical' }
{ unspecified: 'bottomAlphabetical' }
]
}
}

0 comments on commit 455326e

Please sign in to comment.