We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e5f04 commit 92e3430Copy full SHA for 92e3430
.eslintrc.js
@@ -1,6 +1,9 @@
1
module.exports = {
2
root: true,
3
extends: [ 'codex/ts' ],
4
+ exclude: [
5
+ 'packaje.json'
6
+ ],
7
env: {
8
browser: true,
9
},
package.json
@@ -1,6 +1,6 @@
{
"name": "@hawk.so/javascript",
- "version": "3.0.9",
+ "version": "3.0.10",
"description": "JavaScript errors tracking for Hawk.so",
"files": [
"dist"
0 commit comments