1.5.0 • Published 5 years ago

@scaleleap/eslint-config v1.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@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

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago