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
/
legacy
/
__fixtures__
/
no-mixed-spaces-and-tabs.js
7 lines
(5 loc)
•
73 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
sum
(a, b) { var z = a + b;
return
z +
'hello'
; }
sum
(1, 2);