Add eslint

This commit is contained in:
2023-12-10 14:04:02 +03:00
parent 91f1833534
commit b926f0edbf
18 changed files with 8172 additions and 529 deletions

3
eslint.config.js Normal file
View File

@@ -0,0 +1,3 @@
const antfu = require('@antfu/eslint-config').default
module.exports = antfu()