mirror of https://github.com/rancher/dashboard.git
Resolve lint warning
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
This commit is contained in:
parent
921cbfcfaa
commit
9dbbe65197
|
|
@ -1,5 +1,8 @@
|
|||
module.exports = {
|
||||
env: { jest: true },
|
||||
env: {
|
||||
jest: true,
|
||||
'vue/setup-compiler-macros': true,
|
||||
},
|
||||
extends: [
|
||||
'.eslintrc.default.js'
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue