Skip to content

Commit

Permalink
Update linting dependencies (#87)
Browse files Browse the repository at this point in the history
* Update linting dependencies

* Upgrade deps
  • Loading branch information
DABH authored Feb 5, 2022
1 parent 0b7ad4f commit 46e5822
Show file tree
Hide file tree
Showing 5 changed files with 5,810 additions and 8,807 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "populist",
"extends": "@dabh/eslint-config-populist",
"rules": {
"one-var": ["error", { var: "never", let: "never", const: "never" }],
"strict": 0
Expand Down
Loading

0 comments on commit 46e5822

Please sign in to comment.