Skip to content

Commit

Permalink
fix: config reference
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Jan 4, 2023
1 parent ef6d2a5 commit 16a1ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const groups = require('./order-groups')

module.exports = {
parserOptions: {
ecmaVersion: 'latest',
ecmaVersion: config.parserOptions.ecmaVersion,
},
rules: {
/** Essential */
Expand Down

0 comments on commit 16a1ebf

Please sign in to comment.