Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skip import json test for node 22 #298

Merged
merged 13 commits into from
Apr 25, 2024
Prev Previous commit
Next Next commit
update .eslintrc.json
bumblehead committed Apr 25, 2024
commit f2ef13d3a944754640b8834805adc58d8408008f
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@
"plugins": [],
"ignorePatterns": [
"dist",
"importsJSONfile.js"
"importsJSONfile.with.js",
"importsJSONfile.assert.legacy.js"
],
"extends": [
"eslint:recommended",