1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/development
Elliot Winkler 4447727eb6
Add TypeScript to the linting process (#13495)
This commit allows developers to write TypeScript files and lint them
(either via a language server in their editor of choice or through the
`yarn lint` command).

The new TypeScript configuration as well as the updated ESLint
configuration not only includes support for parsing TypeScript files,
but also provides some compatibility between JavaScript and TypeScript.
That is, it makes it possible for a TypeScript file that imports a
JavaScript file or a JavaScript file that imports a TypeScript file to
be linted.

Note that this commit does not integrate TypeScript into the build
system yet, so we cannot start converting files to TypeScript and
pushing them to the repo until that final step is complete.
2022-03-21 12:54:47 -06:00
..
build Add TypeScript to the linting process (#13495) 2022-03-21 12:54:47 -06:00
highlights
lib Derive version suffix from build type and version (#13895) 2022-03-10 12:31:50 -03:30
states
announcer.js
chromereload.js
create-static-server.js
empty.js
generate-lavamoat-policies.sh
generate-migration.sh
gource-viz.sh
jest.config.js
metamaskbot-build-announce.js Automate the Flask release process (#13898) 2022-03-15 08:54:37 -02:30
missing-locale-strings.js
mock-3box.js
mock-segment.js
README.md
run-ganache.sh Adding support for EIP-1559 in E2E tests (#13282) 2022-01-19 04:38:41 +05:30
sentry-publish.js Automate the Flask release process (#13898) 2022-03-15 08:54:37 -02:30
sentry-upload-artifacts.sh Automate the Flask release process (#13898) 2022-03-15 08:54:37 -02:30
shellcheck.sh
show-deps-install-scripts.js
source-map-explorer.sh
sourcemap-validator.js
static-server.js
stream-flat-map.js
verify-locale-strings.js

Development

Several files which are needed for developing on MetaMask.

Usually each file or directory contains information about its scope / usage.