mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
update eslint rules
This commit is contained in:
parent
08f236dd0a
commit
74da406808
@ -14,3 +14,4 @@ visualizer.html
|
|||||||
src/locales/lang
|
src/locales/lang
|
||||||
.depcheckrc
|
.depcheckrc
|
||||||
src/components/RayChart/theme
|
src/components/RayChart/theme
|
||||||
|
*.md
|
||||||
|
@ -34,6 +34,7 @@ module.exports = {
|
|||||||
defineOptions: 'readonly',
|
defineOptions: 'readonly',
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
|
'linebreak-style': ['error', 'unix'],
|
||||||
'@typescript-eslint/no-explicit-any': [
|
'@typescript-eslint/no-explicit-any': [
|
||||||
'error',
|
'error',
|
||||||
{
|
{
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vue-tsc --noEmit && vite build --mode production",
|
"build": "eslint src && vue-tsc --noEmit && vite build --mode production",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"test": "vue-tsc --noEmit && vite build --mode test",
|
"test": "eslint src && vue-tsc --noEmit && vite build --mode test",
|
||||||
"dev-build": "vue-tsc --noEmit && vite build --mode development",
|
"dev-build": "eslint src && vue-tsc --noEmit && vite build --mode development",
|
||||||
"report": "vue-tsc --noEmit && vite build --mode report",
|
"report": "eslint src && vue-tsc --noEmit && vite build --mode report",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user