@cnamts/eslint-config-vue

2.14.1 • Public • Published

ESLint Config

ESLint configurations used across our Vue.js projects.

Installation

To install the package, you need to use yarn or npm:

yarn add @cnamts/eslint-config-vue
# OR
npm install @cnamts/eslint-config-vue

Usage

To use the ESLint configuration, you need to create a .eslintrc.js file and use the extends property to reference @cnamts/eslint-config-vue:

module.exports = {
	extends: '@cnamts/eslint-config-vue'
};

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @cnamts/eslint-config-vue

    Weekly Downloads

    104

    Version

    2.14.1

    License

    MIT

    Unpacked Size

    4.93 kB

    Total Files

    7

    Last publish

    Collaborators

    • 4dr1en
    • vivvi
    • davidfyon
    • deraw
    • cnam-owner