Skip to content

Commit

Permalink
Let downstream projects do the bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
fskpf committed Jul 18, 2021
1 parent b0354a7 commit 4e261cb
Show file tree
Hide file tree
Showing 12 changed files with 90 additions and 2,378 deletions.
7 changes: 6 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@
"plugin:@typescript-eslint/recommended",
"prettier"
],
"env": {
"node": true,
"browser": true
},
"rules": {
"prettier/prettier": "warn",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/ban-ts-comment": "off"
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-var-requires": "off"
}
}
142 changes: 0 additions & 142 deletions bundled/index.d.ts

This file was deleted.

Loading

0 comments on commit 4e261cb

Please sign in to comment.