# eslint-config-comall **Repository Path**: sync-github/eslint-config-comall ## Basic Information - **Project Name**: eslint-config-comall - **Description**: comall内部统一使用的eslint配置 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/comall-inc/eslint-config-comall - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-09 - **Last Updated**: 2021-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eslint-config-comall [![Build Status](https://app.travis-ci.com/comall-inc/eslint-config-comall.svg?branch=main)](https://app.travis-ci.com/comall-inc/eslint-config-comall) comall内部统一使用的eslint检查规则配置 ## 安装 首先,你需要安装 [ESLint](https://eslint.org/): ```sh npm i eslint --save-dev ``` 然后,安装 `@comall/eslint-config`: ```sh npm install @comall/eslint-config --save-dev ``` ## 使用 把 `@comall` 添加到你的 `.eslintrc` 配置文件的扩展列表中: ```json { "extends": [ "@comall/eslint-config" ] } ```