This website requires JavaScript.
Explore
Help
Register
Sign In
m
/
metamask-extension
Watch
1
Star
0
Fork
0
You've already forked metamask-extension
mirror of
https://github.com/kremalicious/metamask-extension.git
synced
2024-11-22 01:47:00 +01:00
Code
37cbeb56a3
metamask-extension
/
.prettierignore
9 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use `prettier` for JSON linting (#9396) Instead of using `eslint-plugin-json` for linting JSON files, `prettier` is now used. `prettier` is capable of detecting and correcting more problems than `eslint-plugin-json` can, such as indentation. All JSON files have been run through `prettier`. The changes are all superficial.
2020-09-11 15:57:39 +02:00
node_modules/**
dist/**
builds/**
test-*/**
coverage/
app/vendor/**
make gas edit tooltips use Tooltip (#9434)
2020-09-18 00:05:31 +02:00
.nyc_output/**
.vscode/**
Copy Permalink