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