1.0.11 • Published 16 days ago

@wearepointers/tachi v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days 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 @wearepointers/tachi

Usage

Add this to your package.json:

or add this to your .eslintrc.js:

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

or add this to your .stylelintrc.js:

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

or add this to your .prettierrc.js:

module.exports = {
    "extends":["@wearepointers/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 © Pointers 2024