Skip to content

Commit

Permalink
- Linting: Enforce require-direct-export rule
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 10, 2020
1 parent 7962eb4 commit c086b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const vueRules = {
'vue/no-useless-mustaches': ['error'],
'vue/no-useless-v-bind': ['error'],
'vue/padding-line-between-blocks': ['error'],
'vue/require-direct-export': ['error'],
'vue/require-name-property': ['error'],
'vue/v-for-delimiter-style': ['error'],
'vue/v-on-function-call': ['error'],
Expand Down

0 comments on commit c086b9c

Please sign in to comment.