# eslint-config-mengjing **Repository Path**: sync-github/eslint-config-mengjing ## Basic Information - **Project Name**: eslint-config-mengjing - **Description**: 梦鲸前端团队规范 - eslint 配置 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/bdoycn/eslint-config-mengjing - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-09 - **Last Updated**: 2021-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @mengjing/eslint-config 梦鲸前端团队规范 - eslint 配置 install package ``` npm install @mengjing/eslint-config -D or yarn add @mengjing/eslint-config -D ``` use javascript config in .eslintrc.js ``` extends: [ "@mengjing/eslint-config/javascript" ] ``` use vue config in .eslintrc.js ``` extends: [ "@mengjing/eslint-config/vue" ] ``` use react config in .eslintrc.js ``` extends: [ "@mengjing/eslint-config/react" ] ```