oxlint-tui 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tui.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxlint-tui",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "A Node TUI Oxlint rules and configuration browser",
5
5
  "type": "module",
6
6
  "bin": {
package/tui.js CHANGED
@@ -198,7 +198,6 @@ function execute(action) {
198
198
  );
199
199
 
200
200
  runLint({ typeAware: hasActiveTypeAwareRule });
201
- runLint();
202
201
  return;
203
202
 
204
203
  case "RUN_SINGLE_RULE": {