rallly/packages/eslint-config/.eslintrc.js
2024-11-09 15:43:25 +00:00

8 lines
134 B
JavaScript

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