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
/
es6.js
8 lines
(7 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.exports = {
extends:
[
'./legacy.js'
,
'./rules/es6.js'
, ].map(
require
.resolve),
rules:
{} };