mirror of
https://github.com/Instadapp/vue-web3.git
synced 2024-07-29 21:48:25 +00:00
11 lines
141 B
Plaintext
11 lines
141 B
Plaintext
{
|
|
"extends": [
|
|
"@nuxtjs/eslint-config-typescript"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-unused-vars": [
|
|
"off"
|
|
]
|
|
}
|
|
}
|