2.0.1 • Published 2 years ago

eslint-config-awzzm-vue v2.0.1

Weekly downloads
13
License
MIT
Repository
github
Last release
2 years ago

⬅️ Back to Overview

Vue.js and NuxtJS Configuration

You don't need to install the base configuration (eslint-config-awzzm) because this configuration extends it.

npm install --save-dev eslint-config-awzzm-vue
# or
yarn add -D eslint-config-awzzm-vue

Add it to your ESLint configuration:

{
  "extends": ["awzzm-vue"]
}

Note: If you need to use a custom ESLint parser, read this.

Most Significant Rules

  • Script tag base intent multiplier is 1 (vue/script-indent)
// ✔️ Good
<script>
  export default {
    // ...
  }
</script>

// ❌ Bad
<script>
export default {
// ...
}
</script>
2.0.1

2 years ago

2.0.0

2 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago