Skip to content

Commit b9a2516

Browse files
committed
bump eslint
1 parent 4433440 commit b9a2516

File tree

3 files changed

+284
-533
lines changed

3 files changed

+284
-533
lines changed

eslint.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
import { configs } from "@macalinao/eslint-config";
1+
import { configs } from "@macalinao/eslint-config-react";
22
import nextPlugin from "@next/eslint-plugin-next";
33

44
export default [
5-
...configs.base,
6-
...configs.react,
5+
...configs.reactFull,
76
{
87
languageOptions: {
98
parserOptions: {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"devDependencies": {
4545
"@babel/core": "^7.26.0",
4646
"@emotion/babel-plugin": "^11.13.5",
47-
"@macalinao/eslint-config": "^1.0.1",
48-
"@macalinao/tsconfig": "^1.0.1",
47+
"@macalinao/eslint-config-react": "^3.0.0",
48+
"@macalinao/tsconfig": "^3.0.0",
4949
"@next/bundle-analyzer": "^15.1.0",
5050
"@next/env": "^15.1.0",
5151
"@next/eslint-plugin-next": "^15.1.0",

0 commit comments

Comments
 (0)