1root: true2env:3 es2022: true4 node: true5rules:6 eol-last: error7 eqeqeq: [error, allow-null]8 indent: [error, 2, { MemberExpression: "off", SwitchCase: 1 }]9 no-trailing-spaces: error10 no-unused-vars: [error, { vars: all, args: none, ignoreRestSiblings: true }]11 no-restricted-globals:12 - error13 - name: Buffer14 message: Use `import { Buffer } from "node:buffer"` instead of the global Buffer.
Findings
✓ No findings reported for this file.