mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 10:16:32 +02:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
/** @type {import("eslint").Linter.Config} */
|
|
module.exports = {
|
|
root: true,
|
|
extends: ["turbo"],
|
|
env: {
|
|
node: true,
|
|
},
|
|
};
|