mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 00:51:43 +00:00
17 lines
283 B
JSON
17 lines
283 B
JSON
{
|
|
"root": true,
|
|
"env": {
|
|
"node": true,
|
|
"browser": true
|
|
},
|
|
"extends": ["plugin:vue/essential", "eslint:recommended"],
|
|
"plugins": ["@vue"],
|
|
"rules": {
|
|
"no-console": "off"
|
|
},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint",
|
|
|
|
"sourceType": "module"
|
|
}
|
|
}
|