From 8f527f2d60518369ac937f9d6a4f91c66296f3a0 Mon Sep 17 00:00:00 2001 From: rezellme Date: Thu, 20 Apr 2023 12:32:56 +0200 Subject: [PATCH] import "eslint-config:2.0.0" from xailabs git --- eslint-config-smb/README.md | 4 ++-- eslint-config-smb/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eslint-config-smb/README.md b/eslint-config-smb/README.md index 82f0274..e9622e9 100644 --- a/eslint-config-smb/README.md +++ b/eslint-config-smb/README.md @@ -1,4 +1,4 @@ -# Eslint-config-smb +# Eslint-config-SMB **An npm module exporting recommended eslint and prettier configs for the SMB project.** @@ -20,7 +20,7 @@ Create a file `.eslintrc.json` in your root directory. In this file, eslint can } ``` -If you wish to furthermore customize the settings for your particular project, you can do so by adding eslint confiurations here. For example add: +If you wish to furthermore customize the settings for your particular project, you can do so by adding eslint configurations here. For example add: ``` { diff --git a/eslint-config-smb/index.js b/eslint-config-smb/index.js index ecdd70e..25464af 100644 --- a/eslint-config-smb/index.js +++ b/eslint-config-smb/index.js @@ -36,7 +36,7 @@ module.exports = { }, "import/resolver": { "node": { - "extensions": [".js", ",.jsx", ",.ts", ".tsx"], + "extensions": [".js", ".jsx", ".ts", ".tsx"], "paths": ["./src"] } }