Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-11-18 17:44:20 +00:00
parent 43b75f7d9e
commit 946526174b
116 changed files with 2105 additions and 307 deletions

View file

@ -5,11 +5,17 @@
"use strict";
const { version } = require("../package.json");
//------------------------------------------------------------------------------
// Public Interface
//------------------------------------------------------------------------------
module.exports = {
meta: {
name: "@eslint/js",
version
},
configs: {
all: require("./configs/eslint-all"),
recommended: require("./configs/eslint-recommended")