File size: 225 Bytes
443c22e
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * @fileoverview exports for config helpers
 * @author Nicholas C. Zakas
 */

"use strict";
const { defineConfig, globalIgnores } = require("@eslint/config-helpers");

module.exports = {
	defineConfig,
	globalIgnores,
};