Socket
Socket
Sign inDemoInstall

eslint-config-ipfs

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ipfs

ESLint Shareable Config for IPFS project


Version published
Weekly downloads
3.5K
increased by64.28%
Maintainers
0
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 29 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc