mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
/** @type {import("eslint").Linter.Config} */
|
|
module.exports = {
|
|
...require("@rallly/eslint-config")(__dirname),
|
|
};
|