4.2.0 • Published 5 months ago
eslint-config-volebo v4.2.0
eslint-config-volebo
################################################################################
# #
# db db .8888. dP 888888b 8888ba .8888. d8b db 888888b d8888P #
# 88 88 d8' `8b 88 88 88 `8b d8' `8b 88V8 88 88 88 #
# Y8 8P 88 88 88 a88aaa 88aa8P' 88 88 88 V8 88 88aaa 88 #
# `8b d8' 88 88 88 88 88 `8b 88 88 88 V888 88 88 #
# `8bd8' Y8. .8P 88 88 88 .88 Y8. .8P dP 88 V88 88 88 #
# YP `888P' 88888P 888888P 888888' `888P' 88 VP 8P 888888P dP #
# #
################################################################################
Old eslint
versions
Just paste this to the .eslintrc.js
in the root of your project:
exports = module.exports = {
'extends': [
'eslint-config-volebo',
],
}
Very old eslint
versions
Long time ago eslint
didn't have such a good support of shared configs, (see
this issue), but now it does.
If you are still using the old eslint
this can help:
const path = require('path')
exports = module.exports = {
'extends': [
path.join(__dirname,
'node_modules',
'eslint-config-volebo',
'index.js'
)
]
}
License
4.1.0
5 months ago
4.2.0
5 months ago
4.0.0-beta.3
8 months ago
4.0.0-beta.2
8 months ago
3.0.4
3 years ago
3.0.1
3 years ago
2.3.5
5 years ago
2.3.3
8 years ago
2.3.2
8 years ago
2.3.0
8 years ago
2.3.1
8 years ago
2.2.1
8 years ago
2.2.0
8 years ago
2.1.2
8 years ago
2.1.1
8 years ago
2.1.0
8 years ago
1.2.2
9 years ago
2.0.0
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago