UNPKG
@yomguithereal/eslint-config
Version:
latest (4.4.0)
4.4.0
4.3.0
4.2.0
4.1.0
4.0.0
3.0.0
2.1.0
2.0.0
1.1.1
1.1.0
1.0.0
Just an eslint config.
github.com/yomguithereal/eslint-config
yomguithereal/eslint-config
@yomguithereal/eslint-config
/
react.js
5 lines
(4 loc)
•
82 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
extends:
require
.resolve(
'./rules/react.js'
),
rules:
{} };