mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-23 14:23:39 +08:00
6 lines
124 B
JavaScript
6 lines
124 B
JavaScript
|
/** @type {import("eslint").Linter.Config} */
|
||
|
module.exports = {
|
||
|
root: true,
|
||
|
extends: ["@monkeytype/eslint-config"],
|
||
|
};
|