1.0.9 • Published 2 months ago

@expanseagency/tachi v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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