@episclera/lint-staged-config

A shareable lint-staged config.

Usage no npm install needed!

<script type="module">
  import episcleraLintStagedConfig from 'https://cdn.skypack.dev/@episclera/lint-staged-config';
</script>

README

@episclera/lint-staged-config

A shareable lint-staged config. Part of multipack monorepo.

Site | Getting Started | API | Blog

GitHub Multipack

Usage

Install: npm i -D @episclera/lint-staged-config

And in your lint-staged.config.js file just put this content.

const lintStagedConfig = require('@episclera/lint-staged-config')
module.exports = lintStagedConfig

// OR you can mix multiple configs with "mergeConfigs" util from @episclera/multipack-utils
const lintStagedConfig = require('@episclera/lint-staged-config')
const { mergeConfigs } = require('@episclera/multipack-utils')

module.exports = mergeConfigs(lintStagedConfig, {
  '*.(json)': ['prettier --check'],
})

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Or you can sponsor via Open Collective

Open Collective

Author

@episclera/multipack © Episclera, Released under the MIT License.
Authored and maintained by Episclera with help from contributors (list).

If you like this repository star⭐ and watch👀 on GitHub.