Skip to content

Commit ac6c6a2

Browse files
authored
update dependencies (#29)
- `npm audit fix`
1 parent 1f496fe commit ac6c6a2

3 files changed

Lines changed: 151 additions & 222 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { FlatCompat } from "@eslint/eslintrc";
88

99
const __filename = fileURLToPath(import.meta.url);
1010
const __dirname = path.dirname(__filename);
11-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-unsafe-call
1211
const compat = new FlatCompat({
1312
baseDirectory: __dirname,
1413
recommendedConfig: js.configs.recommended,
@@ -19,7 +18,6 @@ export default [
1918
{
2019
ignores: ["**/dist", "**/coverage"],
2120
},
22-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
2321
...compat.extends(
2422
"plugin:@typescript-eslint/recommended-type-checked",
2523
"plugin:@typescript-eslint/strict-type-checked",

0 commit comments

Comments
 (0)