An app to put prostate cancer patients in touch with clinical trials that are suitable to them.
- Clone this repo
npm i
npm run dev
to start the development server
Need to match rules inSeems to work fine with eslintrc and format on save (below).eslintrc
to rules in.prettierrc
..prettierrc
previously had this:
// {
// "trailingComma": "es5",
// "tabWidth": 2,
// "semi": true,
// "doubleQuote": true,
// "printWidth": 100
// }
- With the below configuration, files are formatted on save
- more eslint stuff here
VS Code:
- Go to settings, search for and select 'format on save'
- Also may be able to "editor.formatOnSave": true in a settings file somewhere
Atom:
- Don't know yet.