mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
Generated
+4334
-4681
File diff suppressed because it is too large
Load Diff
+6
-6
@@ -14,11 +14,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/TheOdinProject/javascript-exercises#readme",
|
"homepage": "https://github.com/TheOdinProject/javascript-exercises#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jest": "^26.6.3",
|
"eslint": "^8.47.0",
|
||||||
"jest-cli": "^26.6.3",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
"eslint": "^7.26.0",
|
"eslint-plugin-import": "^2.28.1",
|
||||||
"eslint-config-airbnb-base": "^14.2.1",
|
"jest": "^29.6.4",
|
||||||
"eslint-plugin-import": "^2.22.1"
|
"jest-cli": "^29.6.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"root": true
|
"root": true
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"testPathIgnorePatterns": [
|
"testPathIgnorePatterns": [
|
||||||
"generator-exercise/"
|
"generator-exercise/"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user