Skip to content

Commit

Permalink
Update deprecated selector ID rule for stylelint 8.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiller authored and nervo committed Jul 20, 2017
1 parent 63e3738 commit 5f8bfc7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules/
/npm-debug.log
/yarn.lock
/package-lock.json
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = {
//
// Selector
// ====================
"selector-no-id": true, // Disallow id selectors.
"selector-max-id": 0, // Disallow id selectors.
"selector-no-vendor-prefix": true, // Disallow vendor prefixes for selectors.
"selector-pseudo-element-colon-notation": "single", // Specify single or double colon notation for applicable pseudo-elements.
//
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-elao",
"version": "0.4.1",
"version": "0.5.0",
"description": "Elao Stylelint configuration",
"repository": "elao/stylelint-config-elao",
"license": "MIT",
Expand Down Expand Up @@ -39,18 +39,18 @@
"fix": "stylefmt --config tests/stylelint.config.json tests/*.scss"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-stylelint": "^6.0.0",
"stylefmt": "^5.3.0",
"stylelint": "^7.9.0"
"eslint": "^4.2.0",
"eslint-config-stylelint": "^7.0.0",
"stylefmt": "^6.0.0",
"stylelint": "^8.0.0"
},
"peerDependencies": {
"stylelint": "^7.9.0"
"stylelint": "^8.0.0"
},
"dependencies": {
"stylelint-config-standard": "^16.0.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-csstree-validator": "^1.1.1",
"stylelint-order": "^0.4.1",
"stylelint-order": "^0.6.0",
"stylelint-scss": "^1.4.3"
}
}

0 comments on commit 5f8bfc7

Please sign in to comment.