Skip to content

Latest commit

 

History

History

eslint-config-vue

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@exolnet/eslint-config-vue

NPM version Software License Build Status

ESLint configuration for Vue projects used at eXolnet.

Installation

Install this package, and save it as a devDependency:

npm install --save-dev @exolnet/eslint-config-vue

Then have your project's .eslintrc.json file extend the ruleset.

{
    "extends": "@exolnet/eslint-config-vue"
}

If you are using YAML or JavaScript for your ESLint configuration file format ensure you use the correct syntax for the language used.

License

This code is licensed under the MIT license. Please see the license file for more information.