Skip to content

Commit e465471

Browse files
committed
update deps
Signed-off-by: Kirill Mokevnin <[email protected]>
1 parent 3342b62 commit e465471

File tree

4 files changed

+2838
-190
lines changed

4 files changed

+2838
-190
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ lint:
2020
npx eslint .
2121

2222
publish:
23-
npm publish
23+
npx release-it
2424

2525
.PHONY: test

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import globals from 'globals'
22
import pluginJs from '@eslint/js'
33
import tseslint from 'typescript-eslint'
44
import stylistic from '@stylistic/eslint-plugin'
5-
import { Linter } from 'eslint'
5+
// import { Linter } from 'eslint'
66

77
export default [
88
stylistic.configs.recommended,

0 commit comments

Comments
 (0)