UNPKG
@swimlane/eslint-config
Version:
latest (2.0.0)
2.0.0
1.0.1
1.0.0
Linting rules for Javascript
github.com/swimlane/eslint-config
swimlane/eslint-config
@swimlane/eslint-config
/
es6
/
__fixtures__
/
indent.js
8 lines
(7 loc)
•
93 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
hello
(
a
) {
if
(a ===
1
) {
return
'Earth'
; }
return
'World'
; }
hello
(
1
);