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

15 lines
192 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"globals": {
"BigInt": true,
},
"rules": {
"new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
"operator-linebreak": [2, "before"],
},
}