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