Skip to content

Commit

Permalink
remove eslint dependencies not requried to test custom code
Browse files Browse the repository at this point in the history
  • Loading branch information
byrond committed Aug 23, 2024
1 parent 0b19529 commit ea45490
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
"description": "A Drupal 8 project template.",
"version": "0.0.0",
"devDependencies": {
"eslint": "8.39.0",
"eslint": "^8.39.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-drupal": "5.0.2",
"eslint-config-drupal": "^5.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-yml": "^1.14.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"prettier": "^3.3.3"
}
}

0 comments on commit ea45490

Please sign in to comment.