@glance-project/dev-config-vue

1.1.0 • Public • Published

dev-config

Set of configuration files for developing Vue applications.

Installation

On your Vue application folder

npm i -D @glance-project/dev-config-vue

Setup

For each configuration file, do the following:

import EslintDefaultConfing from '@glance-project/dev-config-vue/.eslint';

module.exports = {
    ...EslintDefaultConfig,
    // Your custom config comes here...
};

Linting on VSCode

  1. Install ESLint extension
  2. Add to your workspace settings.json
    {
        "eslint.enable": true,
        "eslint.run": "onType",
        "eslint.validate": ["javascript", "html", "vue"],
    }

Readme

Keywords

none

Package Sidebar

Install

npm i @glance-project/dev-config-vue

Weekly Downloads

1

Version

1.1.0

License

UNLICENSED

Unpacked Size

3.05 kB

Total Files

6

Last publish

Collaborators

  • carlosbrito
  • anlourei
  • pgoesafo
  • gabrielaleks
  • mariosimao
  • lalves
  • fence
  • ofgabriel