Skip to content

Commit

Permalink
Lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Aug 5, 2024
1 parent 5339b7b commit 7beb20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>studiometa/renovate"
]
"extends": ["github>studiometa/renovate"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class ScriptEditor extends Editor {
return getScript();
}

onContentChange({ args: [value]}) {
onContentChange({ args: [value] }) {
setScript(value);
}
}

0 comments on commit 7beb20e

Please sign in to comment.