Skip to content

Commit

Permalink
Upgrade prettier and husky, replace pretty-quick with lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Feb 21, 2024
1 parent c9c102a commit 5cb8421
Show file tree
Hide file tree
Showing 5 changed files with 925 additions and 336 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx pretty-quick --staged
npx lint-staged --concurrent false
2 changes: 1 addition & 1 deletion assets/options.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion assets/popup.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand Down
Loading

0 comments on commit 5cb8421

Please sign in to comment.