Skip to content

Commit

Permalink
Added jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound authored and ben-eb committed Feb 26, 2017
1 parent c9016bf commit 9325c28
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/postcss-convert-values/.jscsrc
@@ -0,0 +1,18 @@
{
"requireSpaceAfterKeywords": [
"do",
"for",
"if",
"else",
"switch",
"case",
"try",
"catch",
"void",
"while",
"with",
"return",
"typeof",
"function"
]
}
3 changes: 2 additions & 1 deletion packages/postcss-convert-values/package.json
Expand Up @@ -4,7 +4,8 @@
"description": "Convert values with PostCSS (e.g. ms -> s)",
"main": "index.js",
"scripts": {
"test": "tape test.js | tap-spec"
"test": "tape test.js | tap-spec",
"jscs": "jscs index.js test.js lib/*.js"
},
"keywords": [
"css",
Expand Down

0 comments on commit 9325c28

Please sign in to comment.