chore: update standard

This commit is contained in:
Rak Laptudirm
2021-10-21 19:08:18 +05:30
parent 99616ea825
commit c212bf142c
3 changed files with 6407 additions and 11018 deletions

3
Project-Euler/test.js Normal file
View File

@ -0,0 +1,3 @@
import { calculateSumOfPrimeNumbers } from "./Problem10.js"
calculateSumOfPrimeNumbers(10**6 * 2)

17420
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -27,6 +27,6 @@
"babel-jest": "^26.3.0", "babel-jest": "^26.3.0",
"globby": "^12.0.2", "globby": "^12.0.2",
"jest": "^26.4.2", "jest": "^26.4.2",
"standard": "^14.3.4" "standard": "^16.0.4"
} }
} }