feat: 初始框架
This commit is contained in:
12
eslint.config.mjs
Normal file
12
eslint.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
import eslintConfig from '@electron-toolkit/eslint-config'
|
||||
|
||||
export default [
|
||||
{
|
||||
ignores: [
|
||||
'**/node_modules',
|
||||
'**/dist',
|
||||
'**/out',
|
||||
],
|
||||
},
|
||||
eslintConfig,
|
||||
];
|
Reference in New Issue
Block a user