1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/lib
Whymarrh Whitby e4b8cddf02
Disallow all anonymous default export, aside from CSF and migrations ()
CSF = Storybook’s Component Story Format (CSF)

See https://storybook.js.org/docs/formats/component-story-format/

Note that the migrations still use CommonJS require, so the default export as
an object is quite ergonomic (& I don't want to touch the migrations).
2020-05-18 21:18:11 -02:30
..
migrations Remove unnecessary tx meta properties () 2020-05-01 08:44:05 -03:00
createTxMeta.js Export individual fns from tx-state-history-helpers () 2020-04-20 13:00:51 -02:30
mock-encryptor.js Disallow all anonymous default export, aside from CSF and migrations () 2020-05-18 21:18:11 -02:30
react-trigger-change.js Enable no-var rule for ESLint () 2019-12-03 11:22:01 -03:30
render-helpers.js Remove tOrKey and tOrDefault functions from i18n context () 2020-03-19 01:03:20 -03:00
util.js Update ESLint rules for curly braces style () 2019-11-19 20:33:20 -03:30