Skip to content

Commit

Permalink
Merge pull request #160 from palantirnet/DEV-70-update-install-node-d…
Browse files Browse the repository at this point in the history
…ependencies-task-in-the-build

DEV-70: Add eslint dependencies
  • Loading branch information
becw authored Aug 26, 2024
2 parents 89cbcc6 + ea45490 commit 56db9a5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
"description": "A Drupal 8 project template.",
"version": "0.0.0",
"devDependencies": {
"eslint": "8.39.0",
"eslint-config-drupal": "5.0.2"
"eslint": "^8.39.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-drupal": "^5.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-yml": "^1.14.0",
"prettier": "^3.3.3"
}
}

0 comments on commit 56db9a5

Please sign in to comment.