File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { join } from "path" ;
22import { includeIgnoreFile } from "@eslint/compat" ;
3-
4- import reactNativeConfig from "@magic/eslint-config/react-native" ;
3+ import reactNativeConfig from "magic-eslint-config/react-native" ;
54
65/** @type {import('typescript-eslint').Config } */
76export default [
Original file line number Diff line number Diff line change 4444 },
4545 "devDependencies" : {
4646 "@babel/core" : " ^7.20.0" ,
47- "@ magic/ eslint-config" : " workspace:*" ,
47+ "magic- eslint-config" : " workspace:*" ,
4848 "@magic/prettier-config" : " workspace:*" ,
4949 "@magic/tsconfig" : " workspace:*" ,
5050 "expo-doctor" : " 1.12.4"
Original file line number Diff line number Diff line change 11import { join } from "path" ;
22import { includeIgnoreFile } from "@eslint/compat" ;
3-
4- import reactNativeConfig from "@magic/eslint-config/react-native" ;
3+ import reactNativeConfig from "magic-eslint-config/react-native" ;
54
65/** @type {import('typescript-eslint').Config } */
76export default [
Original file line number Diff line number Diff line change 6363 },
6464 "devDependencies" : {
6565 "@types/react" : " ~18.3.12" ,
66- "@ magic/ eslint-config" : " workspace:*" ,
66+ "magic- eslint-config" : " workspace:*" ,
6767 "@magic/prettier-config" : " workspace:*" ,
6868 "@magic/tsconfig" : " workspace:*" ,
6969 "@release-it/conventional-changelog" : " ^9.0.3" ,
Original file line number Diff line number Diff line change 11/// <reference types="./types.d.ts" />
22import next from "@next/eslint-plugin-next" ;
3-
4- import reactRules from "@magic/eslint-config/react" ;
3+ import reactRules from "magic-eslint-config/react" ;
54
65/** @type {Awaited<import('typescript-eslint').Config> } */
76export default [
Original file line number Diff line number Diff line change 11/// <reference types="./types.d.ts" />
22import reactNative from "eslint-plugin-react-native" ;
33import reanimated from "eslint-plugin-reanimated" ;
4-
5- import reactRules from "@magic/eslint-config/react" ;
4+ import reactRules from "magic-eslint-config/react" ;
65
76/** @type {Awaited<import('typescript-eslint').Config> } */
87export default [
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ import shopify from "@shopify/eslint-plugin";
33import react from "eslint-plugin-react" ;
44import reactCompiler from "eslint-plugin-react-compiler" ;
55import hooksPlugin from "eslint-plugin-react-hooks" ;
6-
7- import baseRules from "@magic/eslint-config/base" ;
6+ import baseRules from "magic-eslint-config/base" ;
87
98/** @type {Awaited<import('typescript-eslint').Config> } */
109export default [
You can’t perform that action at this time.
0 commit comments