Skip to content

Commit

Permalink
fix: use legacy config
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh authored and renovate[bot] committed Apr 29, 2024
1 parent 5a79002 commit 6830769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test": "jest --runInBand --verbose",
"test:coverage": "yarn test --coverage",
"test:ci": "yarn test:coverage --reporters=default jest-junit --coverageReporters lcov --coverageReporters cobertura",
"lint": "eslint \"**/*.ts\"",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint \"**/*.ts\"",
"types": "tsc",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit 6830769

Please sign in to comment.