Skip to content

Commit

Permalink
Import ShareDB (#75)
Browse files Browse the repository at this point in the history
* Updated linting rules

* updated types building

* moved index inside source

* updated eslint to include mjs files

* removed global share and replaced with nodemodule
  • Loading branch information
kpal81xd authored Jul 31, 2024
1 parent b474287 commit 7fc106e
Show file tree
Hide file tree
Showing 6 changed files with 517 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"eslint:recommended",
"plugin:regexp/recommended"
],
"globals": {
"share": "readonly"
},
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 11,
Expand Down
Loading

0 comments on commit 7fc106e

Please sign in to comment.