Skip to content

Commit

Permalink
openspp: format and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Nov 9, 2023
1 parent 2d372dd commit a36b44c
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 142 deletions.
7 changes: 5 additions & 2 deletions packages/openspp/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "../../.eslintrc.json"
}
"extends": "../../.eslintrc.json",
"rules": {
"no-param-reassign": 0
}
}
Loading

0 comments on commit a36b44c

Please sign in to comment.