This repository has been archived on 2024-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
www.local-ip.sh/.eslintrc.cjs

5 lines
141 B
JavaScript
Raw Normal View History

2023-12-11 14:19:17 +00:00
/** @type {import('eslint').Linter.Config} */
module.exports = {
2023-12-22 22:59:14 +00:00
extends: ["@remix-run/eslint-config", "@remix-run/eslint-config/node"],
2023-12-11 14:19:17 +00:00
};