8000 Bumps node modules · poad/github-oauth-example@0718f96 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0718f96

Browse files
committed
Bumps node modules
1 parent 20bc62d commit 0718f96

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

eslint.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import nextPlugin from '@next/eslint-plugin-next';
55
import reactHooksPlugin from 'eslint-plugin-react-hooks';
66
import jsxA11yPlugin from 'eslint-plugin-jsx-a11y';
77
import stylistic from '@stylistic/eslint-plugin';
8-
import stylisticTs from '@stylistic/eslint-plugin-ts';
9-
import stylisticJsx from '@stylistic/eslint-plugin-jsx';
108

119
import tseslint from 'typescript-eslint';
1210
import { FlatCompat } from '@eslint/eslintrc';
@@ -35,8 +33,8 @@ export default tseslint.config(
3533
'jsx-a11y': jsxA11yPlugin,
3634
'@next/next': nextPlugin,
3735
'@stylistic': stylistic,
38-
'@stylistic/ts': stylisticTs,
39-
'@stylistic/jsx': stylisticJsx,
36+
'@stylistic/ts': stylistic,
37+
'@stylistic/jsx': stylistic,
4038
},
4139
extends: [
4240
...compat.config(reactHooksPlugin.configs.recommended),

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
2911
0