eslint-config-ipfs

6.0.1 • Public • Published

eslint-config-ipfs

ipfs.tech Discuss codecov CI

ESLint Shareable Config for IPFS project

Table of contents

Install

$ npm i eslint-config-ipfs

This package provides IPFS's .eslintrc as an extensible shared config.

Usage

Provided configuration contains ESLint rules followed by JS libraries in the JS IPFS ecosystem. It provides slightly separate rule sets for .js and .ts files. To use this configuration you'll need .eslintrc file in your project root with a following content:

{
  "extends": "ipfs"
}

Or a key in your package.json with:

{
  "eslintConfig": {
    "extends": "ipfs"
  }
}

If you use AEgir this config will comes with it, so above .eslintrc is the only thing you'll need. If you choose to use ESLint directly, you'll need to add this package to your (dev) dependencies and satisfy "typescript" peer dependency yourself.

License

Licensed under either of

Contribute

Contributions welcome! Please check out the issues.

Also see our contributing document for more information on how we work, and about contributing in general.

Please be aware that all interactions related to this repo are subject to the IPFS Code of Conduct.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependents (2)

Package Sidebar

Install

npm i eslint-config-ipfs

Weekly Downloads

2,619

Version

6.0.1

License

Apache-2.0 OR MIT

Unpacked Size

12.1 kB

Total Files

6

Last publish

Collaborators

  • achingbrain
  • ipfs-npm-publisher-bot
  • npm-service-account-ipfs