Skip to content

Commit

Permalink
Add eslint-plugin-qunit
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 15, 2021
1 parent e202996 commit 5391ecd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/tests/unit/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": [
"../../../.eslintrc.json"
"../../../.eslintrc.json",
"plugin:qunit/recommended"
],
"parserOptions": {
"ecmaVersion": 5,
Expand Down
27 changes: 27 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"eslint": "^7.32.0",
"eslint-config-xo": "^0.38.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-qunit": "^6.2.0",
"eslint-plugin-unicorn": "^36.0.0",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.1.7",
Expand Down

0 comments on commit 5391ecd

Please sign in to comment.