diff options
| author | Uri Shaked | 2026-02-14 19:22:58 +0200 |
|---|---|---|
| committer | Uri Shaked | 2026-02-14 19:22:58 +0200 |
| commit | fafd9600dadaea8106679ece8b33baa604b3f6cf (patch) | |
| tree | 2efa453b4bd43facd4f3faf3ab94493634a8149e /prettier.config.js | |
| parent | Merge pull request #169 from wokwi/dependabot/npm_and_yarn/multi-75e6bc5210 (diff) | |
| download | avr8js-fafd9600dadaea8106679ece8b33baa604b3f6cf.tar.gz avr8js-fafd9600dadaea8106679ece8b33baa604b3f6cf.tar.bz2 avr8js-fafd9600dadaea8106679ece8b33baa604b3f6cf.zip | |
chore: update all devDependencies
Also install prettier-plugin-organize-imports, and migrate eslint / husky configs to latest version
Diffstat (limited to '')
| -rw-r--r-- | prettier.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prettier.config.js b/prettier.config.js index 5adb24c..b5f1706 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -4,4 +4,5 @@ module.exports = { singleQuote: true, tabWidth: 2, endOfLine: 'auto', + plugins: ['prettier-plugin-organize-imports'], }; |
