@novius/eslint-config-vue

2.0.2 • Public • Published

@novius/eslint-config-vue

Novius's Eslint Vue.js configuration

See @novius/eslint-config

licenses

Installation

Install the package with:

npm i -D @novius/eslint-config-vue

If you need ton install peer dependencies, you can use the following command:

npx install-peerdeps --dev @novius/eslint-config-vue

Usage

Add the configuration to your eslint.config.js file:

import noviusConfigVue from '@novius/eslint-config-vue';

export default [...noviusConfigVue];

You can still override the configuration by adding or modifying rules in your eslint.config.js file.

import noviusConfigVue from '@novius/eslint-config-vue';

export default [
  ...noviusConfigVue,
  {
    rules: {
      'no-console': 'off',
    },
  },
];

License

Licensed under the MIT License, Copyright © Novius.

See LICENSE for more information.

Readme

Keywords

Package Sidebar

Install

npm i @novius/eslint-config-vue

Weekly Downloads

0

Version

2.0.2

License

MIT

Unpacked Size

2.55 kB

Total Files

3

Last publish

Collaborators

  • manoz69
  • tony-novius
  • novius-admin