Skip to content

Commit 8f84b7f

Browse files
1cadumagalhaesactions-user
authored andcommitted
style: 💄 Apply formatting changes
1 parent 75ba461 commit 8f84b7f

File tree

6 files changed

+8
-12
lines changed

6 files changed

+8
-12
lines changed

.eslintrc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
2-
"extends": [
3-
"prettier"
4-
],
5-
"plugins": [
6-
"prettier"
7-
],
2+
"extends": ["prettier"],
3+
"plugins": ["prettier"],
84
"rules": {
95
"prettier/prettier": "error",
106
"arrow-body-style": "off",
@@ -13,4 +9,4 @@
139
"parserOptions": {
1410
"ecmaVersion": 2021
1511
}
16-
}
12+
}

log.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"details": ""
1313
},
1414
"payload": "{}"
15-
}
15+
}

log_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
"name": "payload",
3232
"type": "STRING"
3333
}
34-
]
34+
]

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080
"sinon": "^11.1.1",
8181
"uuid": "^8.3.2"
8282
}
83-
}
83+
}

status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666
"00": "Não há ocorrências"
6767
}
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)