Add components
This commit is contained in:
12
slider/node_modules/eslint/lib/config-api.js
generated
vendored
Normal file
12
slider/node_modules/eslint/lib/config-api.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @fileoverview exports for config helpers
|
||||
* @author Nicholas C. Zakas
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
const { defineConfig, globalIgnores } = require("@eslint/config-helpers");
|
||||
|
||||
module.exports = {
|
||||
defineConfig,
|
||||
globalIgnores,
|
||||
};
|
Reference in New Issue
Block a user