Update .eslintrc.cjs

Fixed ESLint configuration for import extensions
pull/486/head
Himanshu Bhatt 2024-10-02 17:51:05 +05:30 committed by GitHub
parent 3544b1aa49
commit 5c59680fd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ module.exports = {
'error', 'error',
'always', 'always',
{ {
js: 'never', js: 'always',
vue: 'never', vue: 'always',
}, },
], ],
}, },