Skip to content

Commit

Permalink
ses - only run no-polymorphic-call in src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Jul 9, 2021
1 parent 62e7dcf commit ab9f4d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions packages/ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@
"eslintConfig": {
"extends": [
"@endo"
],
"rules": {
"@endo/no-polymorphic-call": 1
}
]
},
"prettier": {
"trailingComma": "all",
Expand Down
5 changes: 5 additions & 0 deletions packages/ses/src/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rules": {
"@endo/no-polymorphic-call": "warn"
}
}
5 changes: 0 additions & 5 deletions packages/ses/test/.eslintrc

This file was deleted.

0 comments on commit ab9f4d3

Please sign in to comment.