Shared ESLint configuration for Vue projects by Frankhood Business Solutions s.r.l.
- Provides essential linting configurations for Vue 3 projects.
- Includes TypeScript configurations for Vue.
- Integrates with Prettier via the
@vue/eslint-config-prettier
package. - Uses modern module resolution through the
@rushstack/eslint-patch
package.
npm install @frankhoodbs/eslint-config-vue --save-dev
In your .eslintrc.js
or .eslintrc.json
:
module.exports = {
extends: ["@frankhoodbs/eslint-config-vue"]
};
This package has the following dependencies:
@rushstack/eslint-patch
@vue/eslint-config-prettier
@vue/eslint-config-typescript
eslint
eslint-plugin-vue
This project is licensed under the ISC License.
Frankhood Business Solutions s.r.l.
- Email: info@frankhood.it
- Website: Frankhood Business Solutions