1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

docs: add // @ts-check to config example

This commit is contained in:
2024-10-08 08:10:28 +02:00
parent e32847fa3d
commit a578bb80ba
3 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
// @ts-check
import promise from "eslint-plugin-promise"
import unicorn from "eslint-plugin-unicorn"
import importX from "eslint-plugin-import-x"