1.0.0 • Published 8 years ago
eslint-config-eshinse-jsdoc v1.0.0
eslint-config-eshinse-jsdoc
Configuration:
- Warns if a function or method does not have a JSDoc block.
Peer dependencies:
Install
npm install --save-dev eslint-config-eshinse-jsdoc
Use
The order of the extensions matter; each additional configuration extends the preceding configurations.
.eslintrc.yaml:
---
extends:
- eshinse
- eshinse-jsdoc
- eshinse-react
- eshinse-react-native
.eslintrc.json:
{
"extends": [
"eshinse",
"eshinse-jsdoc",
"eshinse-react",
"eshinse-react-native"
]
}
Licence (Apache-2.0)
See LICENCE.
Additional ESLint configs
1.0.0
8 years ago