Skip to content

Commit 9942fca

Browse files
author
Guillaume Chau
committed
chore(eslint): don't consider 'name' as globals
1 parent 116ded5 commit 9942fca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ module.exports = {
1111
'bridge': true,
1212
'chrome': true,
1313
'localStorage': true,
14-
'HTMLDocument': true
14+
'HTMLDocument': true,
15+
'name': 'off'
1516
},
1617
'rules': {
1718
'vue/html-closing-bracket-newline': ['error', {

0 commit comments

Comments
 (0)