Skip to content

Commit

Permalink
Missing config files
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jun 20, 2024
1 parent 5d6c32d commit 9eb8ab9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
node_modules
**/node_modules
**/lib
jupytercad
**/*.d.ts
**/*.js
packages/opencascade/build.yml
yarn.lock
*.jcad
playwright.config.js
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "auto"
}

0 comments on commit 9eb8ab9

Please sign in to comment.