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