Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-22 00:09:29 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-09-15 15:44:20 +0300
commit5391ecdfde7f430a123e4512a21f1a754f304827 (patch)
tree3e4feeda0024752dff5bed36cf17d61b774bcc83 /js/tests
parente202996a2bb37c88379a2b4961e764b53dee54f2 (diff)
Add eslint-plugin-qunit
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/unit/.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json
index 06fad565ed..3153849cf0 100644
--- a/js/tests/unit/.eslintrc.json
+++ b/js/tests/unit/.eslintrc.json
@@ -1,6 +1,7 @@
{
"extends": [
- "../../../.eslintrc.json"
+ "../../../.eslintrc.json",
+ "plugin:qunit/recommended"
],
"parserOptions": {
"ecmaVersion": 5,