og-image/.eslintrc.json

20 lines
305 B
JSON
Raw Permalink Normal View History

2023-02-24 21:46:46 +01:00
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:vue/vue3-recommended"
],
"parserOptions": {
"ecmaVersion": 12
},
"plugins": [
"vue"
],
"rules": {
}
}