@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
When adding new plugins or configs, put them into peerDependencies
.
npm i --save-optional eslint-plugin-foo
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