monkeytype/packages/contracts/.eslintrc.cjs
2024-07-29 11:31:14 +02:00

6 lines
124 B
JavaScript

/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@monkeytype/eslint-config"],
};