Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
  • Loading branch information
onursumer committed May 27, 2022
1 parent 84a0e7d commit 56e0344
Show file tree
Hide file tree
Showing 37 changed files with 7,820 additions and 4,827 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
*.ejs
*.toml
*.xml
*.py
*module.scss.d.ts
**/generated/**
src/shared/lib/oql/oql-parser.js
packages/**/dist/**
yarn.lock
LICENSE
.prettierignore
.DS_Store
.gitignore
Expand Down
5 changes: 1 addition & 4 deletions packages/oncoprintjs/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ export default getRollupOptions(
// we need to bundle these packages, because these are imported in web workers
// otherwise web workers cannot find these packages in runtime
{
exclude: [
'tayden-clusterfck',
'jstat'
]
exclude: ['tayden-clusterfck', 'jstat'],
}
);
Loading

0 comments on commit 56e0344

Please sign in to comment.