Skip to content

Commit

Permalink
Merge pull request #62 from pantheon-systems/od/use-latest-eslint-pac…
Browse files Browse the repository at this point in the history
…kages

Using latest npm packages for eslint
  • Loading branch information
aumkar authored Sep 24, 2023
2 parents 3b97d98 + f713b61 commit 63ae1e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/cli/src/cli/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ const WORKSPACE_DEPENDENCY_PATHS = {
"@pantheon-systems/pcc-react-sdk": ["packages", "react-sdk"],
};

// TODO: Make sure below ESLINT versions are not stale.
// https://getpantheon.atlassian.net/browse/PCC-474
const ESLINT_DEPENDENCIES = {
eslint: "^8.24.0",
"eslint-config-next": "^13.1.1",
eslint: "latest",
"eslint-config-next": "latest",
};

const ESLINT_CONFIG = {
Expand Down

0 comments on commit 63ae1e1

Please sign in to comment.