Skip to content
Snippets Groups Projects
Commit 9daf3d38 authored by V S Tharunika's avatar V S Tharunika
Browse files

new installations

parent 2bda778b
Branches
No related tags found
No related merge requests found
module.exports = {
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": "plugin:vue/essential",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
"parser": "@typescript-eslint/parser"
},
"plugins": [
"vue"
"vue",
"@typescript-eslint"
],
"rules": {
}
......
console.log('hello')
console.log("welcome!!")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment