0.3.0 • Published 6 years ago
@nodertc/eslint-config v0.3.0
@nodertc/eslint-config
This package provides NodeRTC's .eslintrc as an extensible shared config.
Usage
1.
npm i -D @nodertc/eslint-config eslint@5 prettier@1- Add
"extends":"@nodertc"to your .eslintrc.
Or to your package.json file:
{
"eslintConfig": {
"extends":"@nodertc"
}
}License
MIT, 2018 © Dmitriy Tsvettsikh