Skip to content

Commit

Permalink
style: dont lint readonly parameter anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jan 11, 2021
1 parent df78fd1 commit 1054ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"xo": {
"semicolon": false,
"rules": {
"@typescript-eslint/prefer-readonly-parameter-types": "warn",
"@typescript-eslint/prefer-readonly-parameter-types": "off",
"ava/no-ignored-test-files": "off"
},
"overrides": [
Expand Down

0 comments on commit 1054ee7

Please sign in to comment.