Marketplace móvil para negocios locales mexicanos. Estructura inicial: - apps/backend (NestJS API) - apps/frontend (React Web) - apps/mobile (Expo/React Native) - apps/mcp-server (Claude MCP Server) - apps/whatsapp-service (WhatsApp Business API) - database/ (PostgreSQL DDL) - docs/ (Documentación) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
386 B
JavaScript
13 lines
386 B
JavaScript
"use strict";
|
||
|
||
module.exports = {
|
||
rules: {
|
||
// These are safe to use as long as the `"prettier/prettier"` rule from
|
||
// eslint-plugin-prettier isn’t enabled.
|
||
// These are also included in `"plugin:prettier/recommended"`:
|
||
// https://github.com/prettier/eslint-plugin-prettier#recommended-configuration
|
||
"arrow-body-style": 0,
|
||
"prefer-arrow-callback": 0,
|
||
},
|
||
};
|