Skip to content

Commit a368103

Browse files
authored
moved definitions to correct lines
1 parent ee78799 commit a368103

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

eslint.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ export default [{ // NullDev-Style ESLint Config: http
147147
allowSingleLine: true,
148148
},
149149
],
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",
152152
],
153153
camelcase: [2, { // http://eslint.org/docs/rules/camelcase
154154
properties: "never",
@@ -174,8 +174,8 @@ export default [{ // NullDev-Style ESLint Config: http
174174
"no-new-object": 2, // http://eslint.org/docs/rules/no-new-object
175175
"no-spaced-func": 2, // http://eslint.org/docs/rules/no-spaced-func
176176
"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",
179179
],
180180
"no-underscore-dangle": 0, // http://eslint.org/docs/rules/no-underscore-dangle
181181
"one-var": [2, "never"], // http://eslint.org/docs/rules/one-var
@@ -195,8 +195,8 @@ export default [{ // NullDev-Style ESLint Config: http
195195
before: false,
196196
after: true,
197197
}],
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",
200200
],
201201
"space-infix-ops": 2, // http://eslint.org/docs/rules/space-infix-ops
202202
"space-return-throw-case": 0, // http://eslint.org/docs/rules/space-return-throw-case

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy