Skip to content

Commit

Permalink
chore: Upgrade all node deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Jul 16, 2022
1 parent b4dae67 commit 07ccc9d
Show file tree
Hide file tree
Showing 24 changed files with 9,342 additions and 16,161 deletions.
6 changes: 6 additions & 0 deletions scripts/misc.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ function golang_lint_check() {
function golang_lint_fix() {
gofmt -w ./interfacer
}

function prettier_fix() {
pushd "$PROJECT_ROOT"/webext || _panic
prettier --write '{src,test}/**/*.js'
popd || _panic
}
8 changes: 8 additions & 0 deletions webext/.mocharc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
'use strict';

module.exports = {
require: 'babel-register',
recursive: true,
timeout: '60000'
};

Loading

0 comments on commit 07ccc9d

Please sign in to comment.