Skip to content

Commit 840a239

Browse files
committed
Rename ESLint config and update references
Renamed .eslintrc.js to .eslintrc.cjs and updated all npm scripts in package.json to reference the new config file. Also added a features section to the JavaScript package README to highlight key capabilities.
1 parent add8d11 commit 840a239

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dev": "yarn workspace @hawk.so/javascript dev",
1111
"build": "yarn workspace @hawk.so/javascript build",
1212
"stats": "yarn workspace @hawk.so/javascript stats",
13-
"lint": "eslint -c ./.eslintrc.js packages/*/src --ext .ts,.js --fix",
14-
"lint-test": "eslint -c ./.eslintrc.js packages/*/src --ext .ts,.js"
13+
"lint": "eslint -c ./.eslintrc.cjs packages/*/src --ext .ts,.js --fix",
14+
"lint-test": "eslint -c ./.eslintrc.cjs packages/*/src --ext .ts,.js"
1515
},
1616
"repository": {
1717
"type": "git",

packages/javascript/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
Error tracking for JavaScript/TypeScript applications.
44

5+
## Features
6+
7+
- 🦅 Automatic error catching
8+
- 💎 Manual error and logs sending
9+
- 🙂 Attaching user information
10+
- 📦 Attaching additional context
11+
- 🛡️ Sensitive data filtering
12+
- 🌟 Source maps consuming
13+
- 💬 Console logs tracking
14+
- <img src="https://cdn.svglogos.dev/logos/vue.svg" width="16" height="16"> &nbsp;Vue support
15+
- <img src="https://cdn.svglogos.dev/logos/react.svg" width="16" height="16"> &nbsp;React support
16+
17+
518
## Installation
619

720
We recommend adding Hawk script to page above others to prevent missing any errors.

0 commit comments

Comments
 (0)