mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-06 03:58:03 +08:00
commit
13388141d3
@ -7,11 +7,24 @@ import antfu from '@antfu/eslint-config';
|
|||||||
* @see https://github.com/antfu/eslint-config
|
* @see https://github.com/antfu/eslint-config
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export default antfu({
|
export default antfu(
|
||||||
|
{
|
||||||
formatters: true,
|
formatters: true,
|
||||||
vue: true,
|
vue: true,
|
||||||
jsx: true,
|
jsx: true,
|
||||||
unocss: true,
|
unocss: true,
|
||||||
|
env: {
|
||||||
|
node: true,
|
||||||
|
},
|
||||||
|
ignores: [
|
||||||
|
'./dist/*',
|
||||||
|
'./.vscode/*',
|
||||||
|
'./.idea/*',
|
||||||
|
'**/androidPrivacy.json',
|
||||||
|
'README.md',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
rules: {
|
rules: {
|
||||||
'style/indent': ['error', 2, { SwitchCase: 2 }],
|
'style/indent': ['error', 2, { SwitchCase: 2 }],
|
||||||
'style/quotes': ['error', 'single'],
|
'style/quotes': ['error', 'single'],
|
||||||
@ -32,14 +45,5 @@ export default antfu({
|
|||||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||||
'no-useless-catch': 'off',
|
'no-useless-catch': 'off',
|
||||||
},
|
},
|
||||||
env: {
|
|
||||||
node: true,
|
|
||||||
},
|
},
|
||||||
ignores: [
|
);
|
||||||
'./dist/*',
|
|
||||||
'./.vscode/*',
|
|
||||||
'./.idea/*',
|
|
||||||
'**/androidPrivacy.json',
|
|
||||||
'README.md',
|
|
||||||
],
|
|
||||||
});
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
"build:quickapp-webview": "uni build -p quickapp-webview",
|
"build:quickapp-webview": "uni build -p quickapp-webview",
|
||||||
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
|
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
|
||||||
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
|
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
|
||||||
"lint:fix": "eslint . --fix --ignore-pattern '*/androidPrivacy.json' --ignore-pattern 'README.md'",
|
"lint:fix": "eslint . --fix",
|
||||||
"git:hooks": "npx simple-git-hooks"
|
"git:hooks": "npx simple-git-hooks"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user