@scaleleap/eslint-config
v1.5.0
Published
ESLint config for Scale Leap organization.
Downloads
7
Readme
@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
- Useful ESLint docs:
- Repo structure was borrowed from Agoric/eslint-config-jessie
- Awesome ESLint
License
MIT © 2019 Scale Leap