Files
emacs/lisp/emacs-application-framework/app/rss-reader/node_modules/is-negative-zero/.eslintrc
2022-01-04 15:21:47 +01:00

12 lines
138 B
Plaintext

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