Skip to content
Snippets Groups Projects
Commit 1398e1bb authored by Julian's avatar Julian
Browse files

Change linter config

parent 748edaf5
No related branches found
No related tags found
1 merge request!2Resolve "Implement basic functionality"
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"example:preview": "vite preview example --port 4173", "example:preview": "vite preview example --port 4173",
"docs:dev": "vuepress dev docs", "docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs", "docs:build": "vuepress build docs",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore",
"reformat": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment