mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-03-28 17:32:37 +01:00
20 lines
305 B
JSON
20 lines
305 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2021": true,
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"standard",
|
|
"plugin:vue/recommended",
|
|
"plugin:prettier/recommended"
|
|
],
|
|
"globals": {
|
|
"Atomics": "readonly",
|
|
"SharedArrayBuffer": "readonly"
|
|
},
|
|
"rules": {
|
|
"vue/no-v-html": "off"
|
|
}
|
|
}
|