Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore eslint, add glob dependency
Browse files Browse the repository at this point in the history
web-padawan committed Apr 10, 2019
1 parent bd4ee9e commit 709fe6f
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -18,8 +18,7 @@
"import/extensions": "off",
"import/prefer-default-export": "off",
"no-restricted-globals": "off",
"no-underscore-dangle": "off",
"import/no-extraneous-dependencies": "off"
"no-underscore-dangle": "off"
},
"overrides": [
{
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -43,6 +43,7 @@
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-lit": "^0.6.0",
"glob": "^7.1.3",
"husky": "^1.3.1",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^4.0.1",

0 comments on commit 709fe6f

Please sign in to comment.