# eslint-plugin-awanbao **Repository Path**: ereddate2017/eslint-plugin-awanbao ## Basic Information - **Project Name**: eslint-plugin-awanbao - **Description**: eslint插件,eslint-plugin-awanbao - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-28 - **Last Updated**: 2022-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: Eslint, eslint-plugin ## README # eslint-plugin-awanbao eslint, https://www.npmjs.com/package/eslint-plugin-awanbao ## Installation You'll first need to install [ESLint](https://eslint.org/): ```sh npm i eslint --save-dev ``` Next, install `eslint-plugin-awanbao`: ```sh npm install eslint-plugin-awanbao --save-dev ``` ## Usage Add `eslint-plugin-awanbao` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix: ```json { "plugins": [ "eslint-plugin-awanbao" ] } ``` Then configure the rules you want to use under the rules section. ```json { "rules": { "eslint-plugin-awanbao/rule-name": 2 } } ``` ## Supported Rules * Fill in provided rules here