1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Whymarrh Whitby 1988e1e96b ESLint fixes (#5775)
* eslint . --fix

* Upgrade all ESLint warnings to errors
2018-11-16 14:54:55 -10:00
..
account-import-strategies
controllers ESLint fixes (#5775) 2018-11-16 14:54:55 -10:00
lib ESLint fixes (#5775) 2018-11-16 14:54:55 -10:00
migrations
platforms
background.js
chromereload.js
contentscript.js
edge-encryptor.js
first-time-state.js
inpage.js ESLint fixes (#5775) 2018-11-16 14:54:55 -10:00
metamask-controller.js ESLint fixes (#5775) 2018-11-16 14:54:55 -10:00
notice-controller.js
phishing-detect.js
popup-core.js
README.md
ui.js ESLint fixes (#5775) 2018-11-16 14:54:55 -10:00

Main MetaMask Code

This folder contains the core-code.

Currently, it is organized mostly based on file category, like:

controllers, migrations, lib

Ongoing Task

Refactor code-structure, thus the subsystems are reflected on the filesystem.

Examples