Skip to content

Commit

Permalink
chore: loosen up
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 27, 2024
1 parent 8154264 commit f76f88d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"object-curly-spacing": "off",
"import/no-unresolved": "error",
"node/no-missing-import": "off", // We have other rules for this.
"no-template-curly-in-string": "off" // We use this for clone-and-fill
"no-template-curly-in-string": "off", // We use this for clone-and-fill
"@typescript-eslint/explicit-module-boundary-types": "off",
"no-negated-condition": "off"
},
"extends": ["oclif", "oclif-typescript", "plugin:import/errors", "plugin:import/warnings", "prettier"],
"settings": {
Expand Down

0 comments on commit f76f88d

Please sign in to comment.