build: 集成基础配置
This commit is contained in:
7
.eslintrc.js
Normal file
7
.eslintrc.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
extends: ['@antfu'],
|
||||
rules: {
|
||||
'comma-dangle': [2, 'never'],
|
||||
curly: [2, 'multi-line']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user