|
4 | 4 | "description": "Algorithms and data-structures implemented on JavaScript",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "scripts": {
|
7 |
| - "lint": "eslint ./src/*", |
| 7 | + "lint": "eslint ./src/**", |
8 | 8 | "test": "jest",
|
9 |
| - "ci": "npm run lint && npm run test -- --coverage" |
| 9 | + "coverage": "npm run test -- --coverage", |
| 10 | + "ci": "npm run lint && npm run coverage" |
10 | 11 | },
|
11 | 12 | "repository": {
|
12 | 13 | "type": "git",
|
|
33 | 34 | },
|
34 | 35 | "homepage": "https://github.com/trekhleb/javascript-algorithms#readme",
|
35 | 36 | "devDependencies": {
|
36 |
| - "@babel/cli": "^7.10.5", |
37 |
| - "@babel/preset-env": "^7.10.4", |
38 |
| - "@types/jest": "^26.0.7", |
39 |
| - "eslint": "^7.5.0", |
40 |
| - "eslint-config-airbnb": "^18.2.0", |
41 |
| - "eslint-plugin-import": "^2.22.0", |
42 |
| - "eslint-plugin-jest": "^23.18.2", |
43 |
| - "eslint-plugin-jsx-a11y": "^6.3.1", |
44 |
| - "eslint-plugin-react": "^7.20.3", |
45 |
| - "husky": "^4.2.5", |
46 |
| - "jest": "^26.1.0" |
| 37 | + "@babel/cli": "^7.12.8", |
| 38 | + "@babel/preset-env": "^7.12.7", |
| 39 | + "@types/jest": "^26.0.16", |
| 40 | + "eslint": "^7.14.0", |
| 41 | + "eslint-config-airbnb": "^18.2.1", |
| 42 | + "eslint-plugin-import": "^2.22.1", |
| 43 | + "eslint-plugin-jest": "^24.1.3", |
| 44 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 45 | + "eslint-plugin-react": "^7.21.5", |
| 46 | + "husky": "^4.3.0", |
| 47 | + "jest": "^26.6.3" |
47 | 48 | },
|
48 | 49 | "dependencies": {}
|
49 | 50 | }
|
0 commit comments