laura-richer-vue-config
v1.0.9
Published
Vue 3 ESLint config with Prettier and TypeScript support. Extends `@rotamaster/eslint-config-base`.
Readme
@rotamaster/eslint-config-vue
Vue 3 ESLint config with Prettier and TypeScript support. Extends @rotamaster/eslint-config-base.
Usage
Install eslint as a dev dependency
Install @rotamaster/eslint-config-vue as a dev dependency
Install this package and extend the config in your eslint.config.js:
const baseConfig = require('@rotamaster/eslint-config-vue');
module.exports = [
...baseConfig,
];Releasing changes
Bump the version number according to Semantic versioning
Then:
npm publish
