# eslint_config_lx **Repository Path**: changyuxiaohui/eslint_config_lx ## Basic Information - **Project Name**: eslint_config_lx - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-30 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eslint-config-lx lx eslint配置规则 ## Installation You'll first need to install [ESLint](http://eslint.org): ``` $ npm i eslint --save-dev ``` Next, install `eslint-config-lx`: ``` $ npm install eslint-config-lx --save-dev ``` ## Usage Add `lx` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix: ```json { "extends": [ "lx" ] } ``` ## Supported Rules * Fill in provided rules here