ljharb on master
[eslint config] [base] [patch] … [eslint config] [patch] extend … Merge pull request #1996 from r… (compare)
ljharb on master
[editorial] [react] fix typo [eslint config] [*] [deps] upda… (compare)
yarn create react-app ...
and by default I got setupTests.js
file with import '@testing-library/jest-dom/extend-expect';
@testing-library...
packages
setupTests.js
file according to the enzyme
test runner instead of default @testing-library...
@helper
)? For example, a form to let user write setting for servers, we don' t know how many settings they will make so we use a Form(serversetting:List[ServerSetting]) serversetting->list(mapping(id->number,purpose->Text)(ServerSetting.apply)(ServerSetting.unapply))
data structure. In this case, what is the best way to write the html code?
yarn update eslint-plugin-import
and you'll get the latest
yarn update
should update the existing one in-place in the lockfile
Hello guys i have a question about NPM. I created a script to copy files into a dist folder. I'm doing a local private NPM library using verdaccio. But it just copy paste the files without transpile the typescript into JS. Can someone help me with what is missing?
"distribute": "set NODE_ENV=production&&babel src --out-dir dist --copy-files --ignore spec.js,test.js --source-maps"
set
for? is this windows?