Socket
Socket
Sign inDemoInstall

@scaleleap/eslint-config

Package Overview
Dependencies
358
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @scaleleap/eslint-config

ESLint config for Scale Leap organization.


Version published
Weekly downloads
7
increased by40%
Maintainers
1
Install size
189 kB
Created
Weekly downloads
 

Readme

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

Last updated on 08 Mar 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc