| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -147,8 +147,8 @@ export default [{ // NullDev-Style ESLint Config: http | |||
| 147 | 147 | allowSingleLine: true, | |
| 148 | 148 | }, | |
| 149 | 149 | ], | |
| 150 | - quotes: [ | ||
| 151 | - 2, "double", "avoid-escape", // http://eslint.org/docs/rules/quotes | ||
| 150 | + quotes: [ // http://eslint.org/docs/rules/quotes | ||
| 151 | + 2, "double", "avoid-escape", | ||
| 152 | 152 | ], | |
| 153 | 153 | camelcase: [2, { // http://eslint.org/docs/rules/camelcase | |
| 154 | 154 | properties: "never", | |
@@ -174,8 +174,8 @@ export default [{ // NullDev-Style ESLint Config: http | |||
| 174 | 174 | "no-new-object": 2, // http://eslint.org/docs/rules/no-new-object | |
| 175 | 175 | "no-spaced-func": 2, // http://eslint.org/docs/rules/no-spaced-func | |
| 176 | 176 | "no-trailing-spaces": 2, // http://eslint.org/docs/rules/no-trailing-spaces | |
| 177 | - "no-extra-parens": [2, | ||
| 178 | - "functions", // http://eslint.org/docs/rules/no-extra-parens | ||
| 177 | + "no-extra-parens": [2, // http://eslint.org/docs/rules/no-extra-parens | ||
| 178 | + "functions", | ||
| 179 | 179 | ], | |
| 180 | 180 | "no-underscore-dangle": 0, // http://eslint.org/docs/rules/no-underscore-dangle | |
| 181 | 181 | "one-var": [2, "never"], // http://eslint.org/docs/rules/one-var | |
@@ -195,8 +195,8 @@ export default [{ // NullDev-Style ESLint Config: http | |||
| 195 | 195 | before: false, | |
| 196 | 196 | after: true, | |
| 197 | 197 | }], | |
| 198 | - "space-before-function-paren": [2, | ||
| 199 | - "never", // http://eslint.org/docs/rules/space-before-function-paren | ||
| 198 | + "space-before-function-paren": [2, // http://eslint.org/docs/rules/space-before-function-paren | ||
| 199 | + "never", | ||
| 200 | 200 | ], | |
| 201 | 201 | "space-infix-ops": 2, // http://eslint.org/docs/rules/space-infix-ops | |
| 202 | 202 | "space-return-throw-case": 0, // http://eslint.org/docs/rules/space-return-throw-case | |
| Back | FazBrowse Home | New Git URL |
0 commit comments