Format code with prettier
This commit fixes the style issues introduced in 525e1d6
according to the output
from prettier.
Details: https://deepsource.io/gh/MillenniumEarl/F95API/transform/95effcff-4076-4cfe-9165-1ab1cfdc2715/
pull/42/head
parent
525e1d6417
commit
7b9dd8a1f0
|
@ -11,25 +11,10 @@
|
|||
"ecmaVersion": 12
|
||||
},
|
||||
"rules": {
|
||||
"indent": [
|
||||
"error",
|
||||
4
|
||||
],
|
||||
"linebreak-style": [
|
||||
"error",
|
||||
"windows"
|
||||
],
|
||||
"quotes": [
|
||||
"error",
|
||||
"double"
|
||||
],
|
||||
"semi": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"no-unused-vars": [
|
||||
"error",
|
||||
"after-used"
|
||||
]
|
||||
"indent": ["error", 4],
|
||||
"linebreak-style": ["error", "windows"],
|
||||
"quotes": ["error", "double"],
|
||||
"semi": ["error", "always"],
|
||||
"no-unused-vars": ["error", "after-used"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue