fix: fixed issues after use @aklive2d/module
This commit is contained in:
11
apps/module/prettier.config.js
Normal file
11
apps/module/prettier.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import baseConfig from '@aklive2d/prettier-config'
|
||||
|
||||
/**
|
||||
* @type {import("prettier").Config}
|
||||
*/
|
||||
const config = {
|
||||
...baseConfig,
|
||||
semi: false,
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user