UNPKG

uhppoted

Version:

NodeJS module wrapper for the interface to UHPPOTE TCP/IP Wiegand Access Controllers

26 lines (22 loc) 472 B
import globals from "globals"; import pluginJs from "@eslint/js"; /** @type {import('eslint').Linter.Config[]} */ export default [ { files: ["**/*.js"], languageOptions: {sourceType: "commonjs"} }, { languageOptions: { globals: globals.browser }, rules: { "no-unused-vars": [ "error", { argsIgnorePattern: "^_", varsIgnorePattern: "^_", }, ], }, }, pluginJs.configs.recommended, ];