Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jul 21, 2024
1 parent 83b109e commit 22fbfa5
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 205 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.js

This file was deleted.

9 changes: 9 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// prettier-ignore
module.exports = [
...require('@naturalcycles/dev-lib/cfg/eslint.config'),
{
rules: {
'unicorn/no-array-reduce': 0,
},
},
]
5 changes: 0 additions & 5 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
module.exports = {
...require('@naturalcycles/dev-lib/cfg/jest.config'),
// transform: {
// // example (experimental):
// '^.+\\.ts$': '@naturalcycles/dev-lib/cfg/jest.esbuild.transformer.js',
// },
prettierPath: null, // todo: remove when jest has fixed it https://github.com/jestjs/jest/issues/14305
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@naturalcycles/bench-lib": "^3.0.0",
"@naturalcycles/dev-lib": "^13.0.1",
"@naturalcycles/dev-lib": "^14.0.0",
"@naturalcycles/nodejs-lib": "^13.0.1",
"@naturalcycles/time-lib": "^3.5.1",
"@types/crypto-js": "^4.1.1",
Expand Down
Loading

0 comments on commit 22fbfa5

Please sign in to comment.