mirror of
https://github.com/gotify/server.git
synced 2026-09-09 01:07:51 +08:00
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
// @ts-check
|
|
|
|
import eslint from '@eslint/js';
|
|
import tseslint from 'typescript-eslint';
|
|
|
|
export default tseslint.config(eslint.configs.recommended, tseslint.configs.recommended);
|