1.0.1 • Published 2 years ago
prettier-config-ljlx v1.0.1
prettier-config-ljlx
Prettier config used at ljlx
Usage
Install the package using npm
(or yarn
)
npm install --save-dev prettier-config-ljlx
Add the prettier
key to your package.json
"keywords": [
"prettier"
],
+ "prettier": "prettier-config-ljlx",
"license": "MIT",
"author": "GitHub Inc.",
"main": "index.js"
Check out the prettier
documentation for more info on sharing configurations.