gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: using namespaces for good


From: gnunet
Subject: [taler-wallet-core] branch master updated: using namespaces for good
Date: Wed, 18 May 2022 16:04:54 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new cbf5b9be using namespaces for good
cbf5b9be is described below

commit cbf5b9bed271e43290949a27a3032a1f116c86dd
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed May 18 11:04:45 2022 -0300

    using namespaces for good
---
 .eslintrc.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index 01e64163..5e5424b0 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,7 +1,7 @@
 module.exports = {
   root: true,
   parser: "@typescript-eslint/parser",
-  plugins: ["import","@typescript-eslint",
+  plugins: ["import", "@typescript-eslint",
     "react",
     "react-hooks",
   ],
@@ -23,6 +23,7 @@ module.exports = {
     "prefer-const": ["warn", { destructuring: "all" }],
     "no-prototype-builtins": "off",
     "@typescript-eslint/camelcase": "off",
+    "@typescript-eslint/no-namespace": "off",
     "@typescript-eslint/ban-ts-ignore": "off",
     "@typescript-eslint/no-explicit-any": "off",
     "@typescript-eslint/ban-ts-comment": "off",
@@ -37,7 +38,7 @@ module.exports = {
     ],
     "import/extensions": ["error", "ignorePackages"],
     "react/no-unknown-property": 0,
-    "react/prop-types": 0, 
+    "react/prop-types": 0,
 
   },
 };

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]