设置全局的变量, 在.eslintrc文件下添加

1
2
3
4
globals: {
'getCookie': true,
'setCookie': true
}