0.1.9 • Published 3 years ago

prettier-config-gy v0.1.9

Weekly downloads
41
License
MIT
Repository
github
Last release
3 years ago

说明

主要是懒,所以直接打包。。。

如果还用到stylelint,建议直接使用npm

配置项:
$schema: "http://json.schemastore.org/prettierrc",
htmlWhitespaceSensitivity: "css",
printWidth: 100,
tabWidth: 2,
singleQuote: true,
semi: false,

依赖:

  "dependencies": {
    "eslint-config-prettier": "^7.1.0",
    "prettier-eslint": "^12.0.0"
  },
  "peerDependencies": {
    "prettier": "^2.2.1"
  },

Install:

$ npm i -D prettier-config-gy

Edit package.json:

{
  // ...
  "prettier": "prettier-config-gy"
}
0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago