Blame view

node_modules/object.getownpropertydescriptors/test/.eslintrc 155 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
  {
  	"rules": {
  		"max-nested-callbacks": [2, 3],
  		"max-statements": [2, 15],
  		"max-statements-per-line": [2, { "max": 2 }],
  		"no-invalid-this": [1]
  	}
  }