mirror of
https://gitee.com/was666/as-editor.git
synced 2026-05-09 00:00:04 +08:00
feat: v1.0.0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
endOfLine: 'auto',
|
||||
jsxSingleQuote: true,
|
||||
packageManager: 'yarn',
|
||||
useTabs: false,
|
||||
printWidth: 80,
|
||||
tabWidth: 2,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
}
|
||||
Reference in New Issue
Block a user