D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabulk.whatzi.online
/
node_modules
/
eslint
/
lib
/
Filename :
config-api.js
back
Copy
/** * @fileoverview exports for config helpers * @author Nicholas C. Zakas */ "use strict"; const { defineConfig, globalIgnores } = require("@eslint/config-helpers"); module.exports = { defineConfig, globalIgnores, };