mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
chore: update standard
This commit is contained in:
3
Project-Euler/test.js
Normal file
3
Project-Euler/test.js
Normal file
@ -0,0 +1,3 @@
|
||||
import { calculateSumOfPrimeNumbers } from "./Problem10.js"
|
||||
|
||||
calculateSumOfPrimeNumbers(10**6 * 2)
|
17318
package-lock.json
generated
17318
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -27,6 +27,6 @@
|
||||
"babel-jest": "^26.3.0",
|
||||
"globby": "^12.0.2",
|
||||
"jest": "^26.4.2",
|
||||
"standard": "^14.3.4"
|
||||
"standard": "^16.0.4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user