npm i -D eslint-config-rchl-vue eslint
Create eslint.config.mjs
file in the root of the repo:
import base from 'eslint-config-rchl-base';
import vue from 'eslint-config-rchl-vue';
/** @type {import('eslint').Linter.Config[]} */
export default [
...base,
...vue,
];