@frankhoodbs/eslint-config-vue
v4.0.2
Published
Shared eslint configuration for vue
Keywords
Readme
@frankhoodbs/eslint-config-vue
Shared ESLint configuration for Vue projects by Frankhood Business Solutions s.r.l.
Features
- Provides essential linting configurations for Vue 3 projects.
- Includes TypeScript configurations for Vue.
- Integrates with Prettier via the
@vue/eslint-config-prettierpackage. - Uses modern module resolution through the
@rushstack/eslint-patchpackage.
Installation
npm install @frankhoodbs/eslint-config-vue --save-devUsage
In your .eslintrc.js or .eslintrc.json:
export default {
extends: ["@frankhoodbs/eslint-config-vue"]
};Dependencies
This package has the following dependencies:
@rushstack/eslint-patch@vue/eslint-config-prettier@vue/eslint-config-typescripteslinteslint-plugin-vue
License
This project is licensed under the ISC License.
Author
Frankhood Business Solutions s.r.l.
- Email: [email protected]
- Website: Frankhood Business Solutions
