@tkakhter/prettier-config

1.0.1 • Public • Published

prettier-config

This package contains the core prettier config.

Setup

  • add this package by running npm i @tkakhter/prettier-config --save-dev
  • Use .prettierrc.js which only needs to contain the following line:
module.exports = require("@tkakhter/prettier-config");

In case you need to override some settings this can be done like this:

module.exports = {
  ...require("@tkakhter/prettier-config"),
  useTabs: true,
};

Versioning

Eslint integrates with prettier so we're matching major version numbers with eslint

Documentation

Options: https://prettier.io/docs/en/options.html Blog: https://prettier.io/blog/

Readme

Keywords

none

Package Sidebar

Install

npm i @tkakhter/prettier-config

Weekly Downloads

0

Version

1.0.1

License

UNLICENSED

Unpacked Size

1.55 kB

Total Files

4

Last publish

Collaborators

  • tkakhter