mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
* Add install bench * Update scripts and readme * remove lockfiles * Format bench * Add dev instructions
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"],
|
|
};
|