NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/is-negative-zero/.eslintrc
2023-09-14 14:47:11 +08:00

11 lines
113 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements": [2, 14],
"no-extra-parens": [1]
}
}