Skip to content

Commit

Permalink
feat: remove linting from test, as we now use megalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshTheWanderer committed Jan 30, 2024
1 parent 726ba9a commit cb8a423
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepare": "husky install; run-s build",
"test": "run-s test:types test:unit test:lint test:build",
"test": "run-s test:types test:unit test:build",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"test:types": "tsc",
Expand Down

0 comments on commit cb8a423

Please sign in to comment.