UNPKG

238 BPlain TextView Raw
1{
2 "expr": true,
3 "strict": true,
4 "trailing": true,
5 "undef": true,
6 "curly": true,
7 "eqeqeq": true,
8 "immed": true,
9 "latedef": true,
10 "noarg": true,
11 "noempty": true,
12 "unused": true,
13 "indent": 4
14}