first commit
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* @fileoverview exports for config helpers
|
||||
* @author Nicholas C. Zakas
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
const {
|
||||
defineConfig,
|
||||
globalIgnores,
|
||||
includeIgnoreFile,
|
||||
} = require("@eslint/config-helpers");
|
||||
|
||||
module.exports = {
|
||||
defineConfig,
|
||||
globalIgnores,
|
||||
includeIgnoreFile,
|
||||
};
|
||||
Reference in New Issue
Block a user