# eslint-plugin-vueformulate **Repository Path**: tu6ge/eslint-plugin-vueformulate ## Basic Information - **Project Name**: eslint-plugin-vueformulate - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-30 - **Last Updated**: 2021-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eslint-plugin-vueformulate vueformulate ## Installation You'll first need to install [ESLint](http://eslint.org): ``` $ npm i eslint --save-dev ``` Next, install `eslint-plugin-vueformulate`: ``` $ npm install eslint-plugin-vueformulate --save-dev ``` ## Usage Add `vueformulate` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix: ```json { "plugins": [ "vueformulate" ] } ``` Then configure the rules you want to use under the rules section. ```json { "rules": { "vueformulate/rule-name": 2 } } ``` ## Supported Rules * Fill in provided rules here