@scaleleap/eslint-config

1.5.0 • Public • Published

@scaleleap/eslint-config

ESLint config for Scale Leap organization.

Table of Contents

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

Readme

Keywords

Package Sidebar

Install

npm i @scaleleap/eslint-config

Weekly Downloads

3

Version

1.5.0

License

MIT

Unpacked Size

125 kB

Total Files

23

Last publish

Collaborators

  • scalebot
  • moltar