From d5e2973dce617f451e4eb07491b3a6874ea6ca47 Mon Sep 17 00:00:00 2001 From: xuatz Date: Sun, 22 Jun 2025 20:29:30 +0900 Subject: chore: migrate away from eslint to oxlint (#1642) * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals --- tooling/eslint/react.js | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 tooling/eslint/react.js (limited to 'tooling/eslint/react.js') diff --git a/tooling/eslint/react.js b/tooling/eslint/react.js deleted file mode 100644 index 38b735b9..00000000 --- a/tooling/eslint/react.js +++ /dev/null @@ -1,27 +0,0 @@ -/** @type {import('eslint').Linter.Config} */ -const config = { - extends: [ - "plugin:react/recommended", - "plugin:react-hooks/recommended", - "plugin:jsx-a11y/recommended", - ], - rules: { - "react/prop-types": "off", - "jsx-a11y/no-autofocus": "off", - "jsx-a11y/label-has-associated-control": "off", - "react-hooks/exhaustive-deps": "off", - }, - globals: { - React: "writable", - }, - settings: { - react: { - version: "detect", - }, - }, - env: { - browser: true, - }, -}; - -module.exports = config; -- cgit v1.2.3-70-g09d2