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__
/
arrow-parens.js
5 lines
(4 loc)
•
39 B
JavaScript
View Raw
1
2
3
4
5
// Allowed
a => {}
// Better
(a) => {}