Skip to content

Commit 344af41

Browse files
committed
prettier
1 parent af5f3b4 commit 344af41

File tree

386 files changed

+20493
-11632
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

386 files changed

+20493
-11632
lines changed

apm/.eslintignore .eslintignore

File renamed without changes.

apm/.eslintrc .eslintrc

+2-8
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,13 @@
1919
"no-extend-native": 2,
2020
"block-scoped-var": 2,
2121
"indent": [2, 2],
22-
"quotes": [2, "double"],
22+
"quotes": [2, "single"],
2323
"max-depth": [2, 4],
2424
"max-len": [2, 80],
2525
"new-cap": [
2626
2,
2727
{
28-
"capIsNewExceptions": [
29-
"CryptoJS",
30-
"LoadScript",
31-
"MD5",
32-
"Match",
33-
"Optional"
34-
]
28+
"capIsNewExceptions": ["CryptoJS", "LoadScript", "MD5", "Match", "Optional"]
3529
}
3630
],
3731
"no-caller": 2,

0 commit comments

Comments
 (0)