1.3.0 • Published 2 years ago

@trainscoding/prettier-config v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@trainscoding/prettier-config

Javascript module, published on NPM Registry, that contains the Prettier configuration used in Trainscoding project.

This module is public and it can be used in any regular project. It adds a limited set of rules on top of Prettier's rules. These are:

printWidth: 120
singleQuote: true
tabWidth: 4
trailingComma: 'none'
arrowParens: 'avoid'

Usage

Extend this module in your prettier configuration file of your project. Example:

// .prettierrc
{
  "prettier": "@trainscoding/prettier-config"
}
1.2.0

2 years ago

1.1.0

2 years ago

0.1.20

2 years ago

1.0.0

2 years ago

0.1.21

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

1.3.0

2 years ago

0.1.2

3 years ago

0.1.16

2 years ago

0.1.8

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago