eslint-config-wopian-vue

Standard ESLint Config for my Vue projects

Usage no npm install needed!

<script type="module">
  import eslintConfigWopianVue from 'https://cdn.skypack.dev/eslint-config-wopian-vue';
</script>

README

ESLint Config Vue

npm badge npm install badge contributors badge

travis badge david badge david dev badge

Standard ESLint Config for my Vue projects

Also available for JavaScript and React

Requirements

  • ESLint >=7.0.0
  • Node >=10.0.0

Installation

yarn add --dev eslint eslint-config-wopian-vue
npm install --save-dev eslint eslint-config-wopian-vue

Usage

Create an .eslintrc.* file to configure rules. See: https://eslint.org/docs/user-guide/configuring

Example .eslintrc.yml

extends: wopian-vue

Contributing

Setup

This project uses Yarn Workspaces which has to be enabled globally:

yarn config set workspaces-experimental true

Install Dependencies

yarn
yarn bootstrap

License

All code released under MIT