Skip to content

Commit

Permalink
Merge pull request webosbrew#234 from fire332/update-deps
Browse files Browse the repository at this point in the history
update deps & fix warnings
  • Loading branch information
fire332 authored Dec 23, 2024
2 parents 8fcb942 + 042e3e6 commit ed1b5bf
Show file tree
Hide file tree
Showing 4 changed files with 1,468 additions and 1,516 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
3 changes: 1 addition & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Module from 'node:module';

import eslintJs from '@eslint/js';
import prettierConfig from 'eslint-config-prettier';
// @ts-expect-error No type definitions available for this package. https://github.com/ota-meshi/eslint-plugin-regexp/issues/723
import * as regexpPlugin from 'eslint-plugin-regexp';
import globals from 'globals';

Expand All @@ -16,7 +15,7 @@ const __dirname = dirname(__filename);
const defaultSourceType =
require(join(__dirname, 'package.json')).type ?? 'commonjs';

/** @type {import('eslint').Linter.FlatConfig[]} */
/** @type {import('eslint').Linter.Config[]} */
export default [
eslintJs.configs.recommended,
prettierConfig,
Expand Down
Loading

0 comments on commit ed1b5bf

Please sign in to comment.