chore: add type-safety (#431)

This commit is contained in:
Shinigami
2021-03-27 09:03:03 +01:00
committed by GitHub
parent 411eef844c
commit 3b3a7462f6
3 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
// @ts-check
const { defineConfig } = require('eslint-define-config');
module.exports = defineConfig({
root: true,