Skip to content

Commit

Permalink
[frontend] improve eslint speed & logs (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumejparis committed Oct 30, 2024
1 parent b413b24 commit a11e5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbas-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"start": "vite",
"deprecated-start": "node builder/dev/dev.js",
"build": "node builder/prod/prod.js",
"lint": "cross-env DEBUG=eslint:cli-engine TIMING=1 eslint --max-warnings 0 --cache . --rule \"{'import/namespace': 'error', 'import/no-cycle': 'error'}\"",
"lint": "cross-env DEBUG=eslint:eslint TIMING=1 eslint --max-warnings 0 --cache --rule \"{'import/namespace': 'error', 'import/no-cycle': ['error', {'ignoreExternal': true, 'disableScc': true}]}\" .",
"control": "yarn audit --groups dependencies --summary",
"test": "vitest run",
"check-ts": "tsc --noEmit",
Expand Down

0 comments on commit a11e5bc

Please sign in to comment.