Skip to content

Commit

Permalink
Removes stylelint-csstree-validator plugin. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny authored Jul 31, 2017
1 parent 6d98631 commit 440ccb9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 407 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
const csstree = require('./src/csstree');
const order = require('./src/order');
const scss = require('./src/stylelint');
const stylelint = require('./src/stylelint');

module.exports = {
plugins: [
'stylelint-csstree-validator',
'stylelint-order',
'stylelint-scss'
],
rules: Object.assign(
{},
csstree,
order,
scss,
stylelint
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
},
"dependencies": {
"stylelint": "8.0.0",
"stylelint-csstree-validator": "1.1.1",
"stylelint-order": "0.6.0",
"stylelint-scss": "2.0.0"
},
Expand Down
3 changes: 0 additions & 3 deletions src/csstree.js

This file was deleted.

Loading

0 comments on commit 440ccb9

Please sign in to comment.