From 9dc949b62c6b5e3c8872211f71b11714d9d22b22 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 20 Jan 2023 11:05:15 +0000 Subject: native dark theme initial checkin --- vendor/twbs/bootstrap/js/.eslintrc.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 vendor/twbs/bootstrap/js/.eslintrc.json (limited to 'vendor/twbs/bootstrap/js/.eslintrc.json') diff --git a/vendor/twbs/bootstrap/js/.eslintrc.json b/vendor/twbs/bootstrap/js/.eslintrc.json new file mode 100644 index 000000000..97ea9e043 --- /dev/null +++ b/vendor/twbs/bootstrap/js/.eslintrc.json @@ -0,0 +1,26 @@ +{ + "extends": "../.eslintrc.json", + "env": { + "es2022": true + }, + "parserOptions": { + "ecmaVersion": "latest", + "sourceType": "module" + }, + "overrides": [ + { + "files": [ + "./*.js", + "./src/**/*.js" + ], + "rules": { + "import/extensions": [ + 2, + { + "js": "always" + } + ] + } + } + ] +} -- cgit v1.2.3