File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 "allowSingleLine": true
9696 }],
9797 "quotes": [
98- 2, "single ", "avoid-escape" // http://eslint.org/docs/rules/quotes
98+ 2, "double ", "avoid-escape" // http://eslint.org/docs/rules/quotes
9999 ],
100100 "camelcase": [2, { // http://eslint.org/docs/rules/camelcase
101101 "properties": "never"
127127 "before": false,
128128 "after": true
129129 }],
130- "space-after-keywords ": 2, // http://eslint.org/docs/rules/space-after-keywords
130+ "keyword-spacing ": 2, // http://eslint.org/docs/rules/keyword-spacing
131131 "space-before-blocks": 2, // http://eslint.org/docs/rules/space-before-blocks
132132 "space-before-function-paren": [2, "never"], // http://eslint.org/docs/rules/space-before-function-paren
133133 "space-infix-ops": 2, // http://eslint.org/docs/rules/space-infix-ops
134- "space-return-throw-case ": 2, // http://eslint.org/docs/rules/space-return-throw-case
135- "spaced-line-comment": 0, // http://eslint.org/docs/rules/spaced-line-comment
134+ "keyword-spacing ": 2, // http://eslint.org/docs/rules/keyword-spacing
135+ "spaced-line-comment": 0 // http://eslint.org/docs/rules/spaced-line-comment
136136 }
137137}
You can’t perform that action at this time.
0 commit comments