UNPKG
eslint-config-cobinhood
Version:
latest (0.0.1)
0.0.1
eslint config
github.com/cobinhood/eslint-config-cobinhood
cobinhood/eslint-config-cobinhood
eslint-config-cobinhood
/
rules
/
compat.js
10 lines
(8 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { plugins: [
'compat'
], rules: {
'compat/compat'
:
'error'
}, };