UNPKG

128 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 extends: 'xo',
5 rules: {
6 indent: [
7 'error',
8 2,
9 {
10 SwitchCase: 1
11 }
12 ]
13 }
14};