eslint-config-rchl-vue
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

eslint-config-rchl-vue

Installation

npm i -D eslint-config-rchl-vue eslint

Usage

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,
];

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-rchl-vue

Weekly Downloads

19

Version

3.0.1

License

none

Unpacked Size

3.58 kB

Total Files

5

Last publish

Collaborators

  • rchl