eslint-config-hostelworld-vue
v1.1.1
Published
Hostelworld ESLint Shareable Config for Vue.js
Downloads
5
Readme
eslint-config-hostelworld-vue
ESLint Shareable Config for Vue.js extending:
Installation
First install the following npm packages:
# core package npm install --save-dev eslint-config-hostelworld-vue # plus the peer dependencies npm install --save-dev babel-eslint eslint eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard eslint-config-hostelworld eslint-plugin-vue@next
Then add
eslint-config-hostelworld-vue
to your.eslintrc.*
extends section:{ "extends": [ "hostelworld-vue" ], "rules": { // Additional, per-project rules or overrides... } }
Additional rules
License
This library is open-sourced software licensed under the MIT license.