Skip to content

Commit

Permalink
Add .stylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Mar 8, 2016
1 parent ba966dd commit 05a46b8
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .stylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
//
// https://github.com/rossPatton/stylint
//
{
"blocks": false,
"brackets": "always",
"colons": "always",
"colors": false,
"commaSpace": "always",
"commentSpace": false,
"cssLiteral": "never",
"depthLimit": false,
"duplicates": true,
"efficient": "always",
"extendPref": false,
"globalDupe": false,
"indentPref": false,
"leadingZero": "never",
"maxErrors": false,
"maxWarnings": false,
"mixed": false,
"namingConvention": false,
"namingConventionStrict": false,
"none": "never",
"noImportant": true,
"parenSpace": false,
"placeholders": "always",
"prefixVarsWithDollar": "always",
"quotePref": false,
"semicolons": "always",
"sortOrder": false,
"stackedProperties": "never",
"trailingWhitespace": "never",
"universal": false,
"valid": true,
"zeroUnits": "never",
"zIndexNormalize": false
}

0 comments on commit 05a46b8

Please sign in to comment.