0.5.4 • Published 7 years ago
eslint-config-fvhockney v0.5.4
Eslint configs
This package contains my personal eslint configs based on the airbnb eslint configurations. There are currently two versions. A standard version and a version that also includes support for Vue. Additional webpack and package.json configurations are needed to run CLI.
Requirements
- eslint
- eslint-config-airbnb-base
- eslint-plugin-import
- eslint-plugin-vue
Installations
npm i -D eslint eslint-config-airbnb-base eslint-plugin-import eslint-plugin-vue eslint-config-fvhockney
In the .eslintrc.js:
module.exports = {
"extends": [ "eslint-config-fvhockney/airbnb" ]
}
or:
module.exports = {
"extends": [ "eslint-config-fvhockney/airbnb-vue" ]
}