We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b2818 commit 6c775eeCopy full SHA for 6c775ee
packages/vue/.eslintrc.js
@@ -4,7 +4,7 @@ const path = require('path')
4
5
module.exports = {
6
'extends': [
7
- path.join('..', '..', '.eslintrc.js'),
+ path.join(__dirname, '..', '..', '.eslintrc.js'),
8
'sora/vue-3',
9
'@vue/typescript/recommended',
10
],
0 commit comments