1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Update to latest @twipped/eslint-config

This commit is contained in:
Jocelyn Badgley (Twipped)
2023-01-02 14:58:23 -08:00
parent 0ba2defbc2
commit 9fd4723c1c
22 changed files with 6750 additions and 6206 deletions

View File

@@ -1,3 +1,6 @@
/* eslint-disable react/prop-types, n/no-missing-import, import/no-unresolved */
/* eslint import/no-extraneous-dependencies: ["error", {"devDependencies": true}] */
/** @jsx h */
import { h, render, Component, Fragment } from 'preact';