This repository has been archived on 2026-01-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
www_circl/node_modules/get-proto/.eslintrc
2025-05-02 15:42:14 +02:00

11 lines
104 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"sort-keys": "off",
},
}