Skip to content

Commit f5579f3

Browse files
authored
Merge branch 'main' into dismiss-conditions
2 parents 242bd4e + a24e5dc commit f5579f3

Some content is hidden

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

49 files changed

+5580
-668
lines changed

Diff for: .git-blame-ignore-revs

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# This file is used to ignore commits when running git blame.
2+
#
3+
# It should work in Cursor and VSCode with GitLens automatically because of .vscode/settings.json
4+
#
5+
# To make this work for you everywhere locally, run:
6+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
7+
8+
#6304 Folder restructure @danjm
9+
31175625b446cb5d18b17db23018bca8b14d280c
10+
11+
#7730 Migrate codebase to use ESM @whymarrh
12+
92971d3c87fb778b5900e84bf4129f7c483ba98a
13+
14+
#8023 Update ESLint rules for test suite @whymarrh
15+
4f3fc95d5062abce22d3c9cac5587269f4c98c91
16+
17+
#8056 Enable arrow-parens ESLint rule @whymarrh
18+
a78cf0ef3a463c5d9d56453e2f777e08cc2dcce7
19+
20+
#8595 [RFC] add prettier to eslint @brad-decker
21+
2ebf8756a4c1023e45e4bd98367f384836cb464a
22+
23+
#9239 Fix import/order issues @whymarrh
24+
c1e3c229bc008ddc7ca3507e75845ed73b837e1c
25+
26+
#9274 Update ESLint shared config to v3 @whymarrh
27+
b6ccd22d6c0ff6b9797c7aa24429f3df6d031af7
28+
29+
#10358 @metamask/eslint [email protected] @rekmarks
30+
#"It's semicolons o'clock"
31+
76a2a9bb8b6ea04025328d36404ac3b59121dfc8
32+
33+
#10655 colocate tests in flat structure @brad-decker
34+
5a233e463457ca2ac9b3342f4cc848303a44e929
35+
36+
#10911 remove the ui/app and ui/lib folders @brad-decker
37+
#(two hashes because it 's in history twice)
38+
09d81ac5f2c94d7730d2e981b4f05734858030bf
39+
29742b951954f1b463de331df84ff75b22a9498d
40+
41+
#22639 Confirmations code re-structuring @jpuri
42+
c4c12ecd53ee8d1c76d4329af21649ce93d5f9bd
43+
44+
#22531 chore: update `sass` to v1.71.0 @davidmurdoch
45+
5fd2b7fc25e709ce658eab0bdee162fa566dd2d9
46+
47+
#30440 style: apply Prettier to md, mdx, and yml files @HowardBraham
48+
dc7325148c1ac03f050422e07156087b53af92d2

Diff for: .vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"app/*.html": "ejs"
66
},
77
"files.trimTrailingWhitespace": true,
8+
"gitlens.advanced.blame.customArguments": [
9+
"--ignore-revs-file .git-blame-ignore-revs"
10+
],
811
"javascript.preferences.importModuleSpecifier": "relative",
912
"json.schemas": [
1013
{

0 commit comments

Comments
 (0)