Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-05-19 18:02:02 +00:00
parent 566c8dfa81
commit cae4996048
3 changed files with 9 additions and 4 deletions

View file

@ -1,7 +1,8 @@
{
"name": "@eslint/js",
"version": "9.26.0",
"version": "9.27.0",
"description": "ESLint JavaScript language implementation",
"funding": "https://eslint.org/donate",
"main": "./src/index.js",
"types": "./types/index.d.ts",
"scripts": {

View file

@ -149,6 +149,7 @@ module.exports = Object.freeze({
"no-ternary": "error",
"no-this-before-super": "error",
"no-throw-literal": "error",
"no-unassigned-vars": "error",
"no-undef": "error",
"no-undef-init": "error",
"no-undefined": "error",