webhook/node_modules/is-negative-zero/.eslintrc
2022-11-10 20:43:16 +10:00

9 lines
83 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"no-magic-numbers": 0
}
}