Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/cipher-base/.eslintrc

{
  "root": true,

  "extends": "@ljharb",

  "rules": {
    "func-style": "off",
  },

  "globals": {
    "Uint8Array": false,
    "Uint16Array": false,
  },

  "overrides": [
    {
      "files": [
        "./index.js",
        "./test/index.js",
      ],
      "rules": {
        "no-underscore-dangle": "warn",
      },
    },
  ],
}
Back to Directory File Manager