From 733b7260a3ac7830c6c0b5493f0d1cd39311e5f8 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 8 Nov 2024 18:15:04 -0800 Subject: [PATCH] Update eslint Signed-off-by: Matt Friedman --- .gitattributes | 5 + build.xml | 7 +- eslint.config.mjs | 26 +++ package-lock.json | 406 ++++++++++++++++++++-------------------------- package.json | 41 +---- 5 files changed, 213 insertions(+), 272 deletions(-) create mode 100644 eslint.config.mjs diff --git a/.gitattributes b/.gitattributes index a634c5a9..f0efc727 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ tests/ export-ignore develop/ export-ignore +node_modules/ export-ignore .github/ export-ignore .gitignore export-ignore .gitattributes export-ignore @@ -7,3 +8,7 @@ phpunit.xml.* export-ignore composer.lock export-ignore README.md export-ignore build.xml export-ignore +package.js export-ignore +package-lock.js export-ignore +eslint.config.mjs export-ignore +.codeclimate.yml export-ignore diff --git a/build.xml b/build.xml index a32acd0f..a3611ef9 100644 --- a/build.xml +++ b/build.xml @@ -20,15 +20,16 @@ - + - - + + +