Initial commit
[yaffs-website] / node_modules / gulp-postcss / .jshintrc
1 {
2   "asi": true,
3   "boss": true,
4   "browser": true,
5   "node": true,
6   "expr": true,
7   "indent": 2,
8   "laxcomma": true,
9   "maxlen": 100,
10   "newcap": true,
11   "strict": false,
12   "trailing": true,
13   "undef": true,
14   "unused": true,
15   "quotmark": "single"
16 }