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"],
|
|
};
|