New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@scaleleap/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scaleleap/eslint-config

ESLint config for Scale Leap organization.

  • 1.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@scaleleap/eslint-config

ESLint config for Scale Leap organization.

Table of Contents

  • Table of Contents
  • Install
  • Usage
  • Development
  • Maintainers
  • Contributing
  • See Also
  • License

Install

For production use:

npx install-peerdeps --dev @scaleleap/eslint-config

Usage

Add the following to package.json:

{
  "name": "foo",
  // ...

  "eslintConfig": {
    "extends": "@scaleleap"
  },

  // ...
}

Development

List all rules

To get a list of all of the rules and their origins:

npm run index -- index.js

Linking package in development:

cd some/dir/@scaleleap/eslint-config
npm link                            ## links into global npm dir

cd project/dir
npm link @scaleleap/eslint-config   ## links from global npm dir

Maintainers

Contributing

If editing the README, please conform to the standard-readme specification.

See Also

License

MIT © 2019 Scale Leap

Keywords

FAQs

Package last updated on 08 Mar 2019

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