2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Add eslint-plugin-qunit

This commit is contained in:
XhmikosR
2020-11-21 23:09:29 +02:00
parent e202996a2b
commit 5391ecdfde
3 changed files with 30 additions and 1 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
"extends": [
"../../../.eslintrc.json"
"../../../.eslintrc.json",
"plugin:qunit/recommended"
],
"parserOptions": {
"ecmaVersion": 5,