UNPKG
eslint-config-uber-es5
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
The base eslint config for web JavaScript at Uber
eslint-config-uber-es5
/
strict-mode.json
9 lines
(8 loc)
•
67 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"rules"
:
{
"strict"
:
[
2
,
"global"
]
}
}