Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 504 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 504 Bytes

eslint-config-vue-impression

style-guide

ESLint shareable config for Vue support.

Install

yarn add -D eslint-config-vue-impression babel-eslint@~8.2.3 eslint@~4.18.0 eslint-config-standard@~11.0.0 eslint-plugin-import@~2.8.0 eslint-plugin-node@~5.2.1 eslint-plugin-promise@~3.6.0 eslint-plugin-standard@~3.0.1 eslint-plugin-vue@~4.5.0

Usage

Add a file called .babelrc to the project root:

{
  "extends": "vue-impression"
}