1.0.7 • Published 3 years ago

prettier-config-halo-lab v1.0.7

Weekly downloads
32
License
ISC
Repository
github
Last release
3 years ago

Halo lab prettier config

Installation

npm install --save-dev prettier prettier-config-halo-lab @trivago/prettier-plugin-sort-imports 

Usage

In package.json:

{
  "prettier": "prettier-config-halo-lab"
}

Details

Imports will be sorted in that order:

1 Those which imported from node_modules;
2 Imports which begins with "@/" and NOT ends with one of: .svg, .png, .jpg, .jpeg, .gif, .webp;
3 Imports which begins with "./" and NOT ends with one of: .scss, .css, .svg, .png, .jpg, .jpeg, .gif, .webp;
4 Imports which begins with any symbol AND ends with one of: .svg, .png, .jpg, .jpeg, .gif, .webp;
5 Imports which begins with "./" or "../" AND ends with ".css" or ".scss";

Status and contribution

The project is supported by Halo lab development team, we're not working on it regularly, but trying to invest in it when we have time between clients' project. Though, feel free to open issues and you're very welcome to contribute.

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago