mirror of
https://github.com/jetkvm/website.git
synced 2025-09-16 08:38:16 +00:00
5 lines
142 B
JavaScript
5 lines
142 B
JavaScript
/** @type {import('eslint').Linter.Config} */
|
|
module.exports = {
|
|
extends: ["@remix-run/eslint-config", "@remix-run/eslint-config/node"],
|
|
};
|