@expanseagency/tachi

1.0.9 • Public • Published

Tachi - Eslint, Prettier, and Stylelint config

This is by far not a perfect config. We are still working on it. Feel free to contribute.

Installation

npm i -save-dev @expanseagency/tachi

Usage

Add this to your package.json:

or add this to your .eslintrc.js:

module.exports = {
    "extends": [require.resolve("@expanseagency/tachi")],
}

or add this to your .stylelintrc.js:

module.exports = {
    "extends": ["@expanseagency/tachi/stylelint"]
}

or add this to your .prettierrc.js:

module.exports = {
    "extends":["@expanseagency/tachi/prettier"]
}

Contributing

Pull requests are always welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT © Expanse Agency 2023

Readme

Keywords

none

Package Sidebar

Install

npm i @expanseagency/tachi

Weekly Downloads

0

Version

1.0.9

License

MIT

Unpacked Size

4.8 kB

Total Files

11

Last publish

Collaborators

  • arjendevos