Skip to content

Commit

Permalink
fix: highlight feature bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hueyy committed Aug 13, 2023
1 parent 27e9800 commit d6bd691
Show file tree
Hide file tree
Showing 16 changed files with 9,536 additions and 29,868 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ extension/
.husky/
.vscode/
assets/
demo/
demo/
package.json
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ module.exports = {
processor: `disable/disable`,
root: true,
rules: {
"@typescript-eslint/no-duplicate-imports": `warn`,
"@typescript-eslint/ban-ts-comment": `warn`,
"@typescript-eslint/no-empty-function": `warn`,
"@typescript-eslint/no-explicit-any": `warn`,
"@typescript-eslint/no-unused-vars": [
`warn`,
{ ignoreRestSiblings: true },
Expand All @@ -38,6 +39,7 @@ module.exports = {
`warn`,
`always-multiline`,
],
// "import/no-duplicate-imports": `warn`,
"import/no-named-as-default": `off`,
"jsx-a11y/accessible-emoji": `off`,
"no-duplicate-imports": `off`,
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ See [clerkent.huey.xyz](https://clerkent.huey.xyz) for more details
Run in development mode for your preferred browser:

```bash
npm run dev:chrome
npm run dev:firefox
npm run dev:opera
pnpm i

pnpm run dev:chrome
pnpm run dev:firefox
pnpm run dev:opera
```

Load it as an unpacked extension
Expand All @@ -43,7 +45,7 @@ Load it as an unpacked extension
There are some tests, mostly snapshot tests.

```bash
npm run test
pnpm run test
```

### Roadmap
Expand Down

0 comments on commit d6bd691

Please sign in to comment.