8.1.0 • Published 6 years ago
@inward/eslint-config v8.1.0
@inward/eslint-config
Shared ESLint config to enforce a consistent code style for LoopBack development
Installation
npm install --save @inward/eslint-config
npm install --save-dev \
eslint \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
eslint-config-prettier \
eslint-plugin-eslint-plugin \
eslint-plugin-mochaBasic Use
Add .eslintrc.json file to your project, for example:
{
"extends": "@inward/eslint-config"
}NOTE:
Due to
the limitation of how ESLint plugins are loaded,
the peerDependencies of this module should be added to
devDependencies of your package.json.
Contributions
Contributors
See all contributors.
License
MIT
8.1.0
6 years ago