Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from ntwb/master
Browse files Browse the repository at this point in the history
Add Stylelint WordPress preset config
  • Loading branch information
Shogo Sensui committed Sep 11, 2015
2 parents 626dd80 + 9a13fce commit 6b146a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export let config = {
description: 'Select lint style if you select from presets',
type: 'string',
default: 'stylelint-config-suitcss',
enum: ['stylelint-config-suitcss', 'stylelint-config-cssrecipes']
enum: ['stylelint-config-suitcss', 'stylelint-config-cssrecipes', 'stylelint-config-wordpress']
}
};

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"postcss": "^5.0.4",
"stylelint": "^1.0.1",
"stylelint-config-cssrecipes": "^1.1.0",
"stylelint-config-suitcss": "^0.4.0"
"stylelint-config-suitcss": "^0.4.0",
"stylelint-config-wordpress": "^0.2.0"
},
"package-deps": [
"linter"
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ You can configure from following ways.
- Select from presets on settings.
- [stylelint-config-cssrecipes](https://github.com/stylelint/stylelint-config-cssrecipes)
- [stylelint-config-suitcss](https://github.com/stylelint/stylelint-config-suitcss)
- [stylelint-config-wordpress](https://github.com/stylelint/stylelint-config-wordpress)

## License

Expand Down

0 comments on commit 6b146a6

Please sign in to comment.