Skip to content

Commit 842021c

Browse files
committed
Update lint to same standard as metamask-extension
1 parent b17e0af commit 842021c

File tree

8 files changed

+1346
-862
lines changed

8 files changed

+1346
-862
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ module.exports = {
3333
}],
3434

3535
ignorePatterns: ['dist'],
36-
}
36+
};

.prettierrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
singleQuote: true
2+
trailingComma: all

0 commit comments

Comments
 (0)