From e5d1443488257dff0585870c1b66f318f93feec1 Mon Sep 17 00:00:00 2001 From: Barnaby Shearer Date: Mon, 17 Jun 2024 16:49:54 +0100 Subject: [PATCH] Too noisy --- index.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 46986eb..67edf0e 100644 --- a/index.js +++ b/index.js @@ -19,6 +19,7 @@ module.exports = { rules: { "n/no-unpublished-import": "off", "n/no-missing-import": "off", + "n/no-unsupported-features/node-builtins": "off", eqeqeq: ["error"], "@typescript-eslint/no-shadow": 2, semi: ["error", "always"], diff --git a/package.json b/package.json index 701ef8e..1d98df3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "eslint-config-two-stroke", "description": "eslint settings for two-stroke.", "license": "MIT", - "version": "1.0.9", + "version": "1.0.10", "main": "index.js", "dependencies": { "@typescript-eslint/eslint-plugin": "^7.13.0",