File tree Expand file tree Collapse file tree 3 files changed +284
-533
lines changed Expand file tree Collapse file tree 3 files changed +284
-533
lines changed Original file line number Diff line number Diff line change 1- import { configs } from "@macalinao/eslint-config" ;
1+ import { configs } from "@macalinao/eslint-config-react " ;
22import nextPlugin from "@next/eslint-plugin-next" ;
33
44export default [
5- ...configs . base ,
6- ...configs . react ,
5+ ...configs . reactFull ,
76 {
87 languageOptions : {
98 parserOptions : {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments