4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
/** @type {import("@types/eslint").Linter.Config} */
|
|
module.exports = {
|
|
extends: ["turbo"],
|
|
};
|