Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed May 6, 2024
1 parent 7efdfc6 commit f610847
Show file tree
Hide file tree
Showing 32 changed files with 20,198 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
node_modules
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trailingComma": "none",
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": true,
"endOfLine": "lf"
}
2 changes: 2 additions & 0 deletions config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const config = {};
1 change: 1 addition & 0 deletions decorators/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Jodit example decorators
Loading

0 comments on commit f610847

Please sign in to comment.