2.0.2 • Published 4 years ago
@faustt/prettier-config v2.0.2
@faustt/prettier-config
Prettier configuration used by @faustt projects.
Introduction
This repository contains the prettier config @faustt projects.
Getting started
Install prettier and the config as dev dependency:
yarn add -D prettier @faustt/prettier
Add a prettier.config.js
file:
module.exports = {
...require("@faustt/prettier-config"),
};
Add the .editorconfig
file from this repository:
root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[*.{yml,yaml}]
indent_size = 2
indent_style = space
[*.md]
indent_size = 2
[Makefile]
indent_style = tab
2.0.2
4 years ago
2.0.1
4 years ago
1.0.0
4 years ago
1.0.0-pre.6
4 years ago
1.0.0-pre.5
4 years ago
1.0.0-pre.4
4 years ago
1.0.0-pre.3
4 years ago
1.0.0-pre.2
4 years ago
1.0.0-pre.1
4 years ago
0.1.0
4 years ago