- fixed the display of settings (#3)
- use jsonpos instead of jsonc-parser which is much smaller (reduce bundle size from
90kb
=>80kb
)
- add
ignore-private-packages
option - add
ignored-rules
option - improve bundle size (remove picocolors and fs.realpath, thanks to https://github.com/danielroe/unplugin-purge-polyfills) (
99kb
=>90kb
) - some optimization (prevent useless actions and etc)
Fixes:
- ignore private packages (in #2)
- downgrade required version
- add simple test
- use
node:path
to handle basename/dirname
Fixes:
- ignore non-json files and handle visibleTextEditors (in #1)
- initial release