Skip to content

Commit

Permalink
Update stylelint-config-standard (#707)
Browse files Browse the repository at this point in the history
* Update stylelint-config-standard

When I run 'npm run lint', this warning show up:

Deprecation Warning: 'number-zero-length-no-unit' has been deprecated, and will be removed in '7.0'. Use 'length-zero-no-unit' instead. See: http://stylelint.io/user-guide/rules/length-zero-no-unit/

update package to remove it.

* Update stylelint

to use length-zero-no-unit instead number-zero-length-no-unit.
  • Loading branch information
EdikoCruz authored and koistya committed Jun 16, 2016
1 parent 47c7156 commit bb655fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.2.6",
"sinon": "^2.0.0-pre",
"stylelint": "^6.5.1",
"stylelint-config-standard": "^8.0.0",
"stylelint": "^6.6.0",
"stylelint-config-standard": "^9.0.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-hot-middleware": "^2.10.0",
Expand Down

0 comments on commit bb655fa

Please sign in to comment.