1.0.23 • Published 2 months ago

@eliduty/prettier-config v1.0.23

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

@eliduty/prettier-config

npm npm

Prettier 配置。

安装

npm install -D prettier @eliduty/prettier-config
// 或
yarn add -D prettier @eliduty/prettier-config
// 或
pnpm install -D prettier @eliduty/prettier-config

使用

  • 【推荐】在.prettierrc.js中使用
import config from '@eliduty/prettier-config';
export default {
  ...config
};
  • 在package.json中使用
{
  "prettier": "@eliduty/prettier-config"
    // ...other config
}
  • 在任何支持的扩展配置中使用,例如:.prettierrc.json
"@eliduty/prettier-config"
1.0.23

2 months ago

1.0.22

4 months ago

1.0.21

4 months ago

1.0.20

5 months ago

1.0.19

5 months ago

1.0.18

5 months ago

1.0.17

5 months ago

1.0.16

5 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.15

6 months ago

1.0.14

7 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

12 months ago

1.0.1

12 months ago