6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
|
|
/** @type {import("eslint").Linter.Config} */
|
||
|
|
module.exports = {
|
||
|
|
root: true,
|
||
|
|
extends: ["@repo/eslint-config/index.js"],
|
||
|
|
};
|