From 60ef06ac51c8e5fab1c4d19f14d95f3f004a4333 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 23 Jan 2023 09:44:51 +0100 Subject: Merging upstream version 1.7.3. Signed-off-by: Daniel Baumann --- html/.eslintrc.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 html/.eslintrc.json (limited to 'html/.eslintrc.json') diff --git a/html/.eslintrc.json b/html/.eslintrc.json new file mode 100644 index 0000000..fd220c9 --- /dev/null +++ b/html/.eslintrc.json @@ -0,0 +1,17 @@ +{ + "extends": "./node_modules/gts/", + "overrides": [ + { + "files": ["**/*.ts", "**/*.tsx"], + "parserOptions": { + "jsxPragma": "h" + } + }, + { + "files": ["gulpfile.js", "webpack.config.js"], + "rules": { + "node/no-unpublished-require": "off" + } + } + ] +} -- cgit v1.2.3