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

new installations

parent 2bda778b
No related branches found
No related tags found
No related merge requests found
module.exports = { module.exports = {
"env": { "env": {
"browser": true, "browser": true,
"commonjs": true,
"es2021": true "es2021": true
}, },
"extends": "plugin:vue/essential", "extends": "plugin:vue/essential",
"parserOptions": { "parserOptions": {
"ecmaVersion": 12, "ecmaVersion": 12,
"sourceType": "module" "parser": "@typescript-eslint/parser"
}, },
"plugins": [ "plugins": [
"vue" "vue",
"@typescript-eslint"
], ],
"rules": { "rules": {
} }
......
console.log('hello') 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