Skip to content

Commit

Permalink
💥 (eslint) NICE-130 swap to ongoing canary [b]
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Move to 5.0.0-canary to track ongoing eslint7=>8
  • Loading branch information
JeromeFitz committed Jul 6, 2024
1 parent cd6c934 commit cff71a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/eslint-config/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ const pkg = require('./package.json')
const { name } = pkg

const branches = [
...configDefault.branches,
{ name: 'NICE-129', prerelease: 'canary' },
{ name: 'main', prerelease: 'canary' },
{ name: 'canary' },
{ name: 'NICE-130', prerelease: 'canary' },
]

const configPassed = {
Expand Down

0 comments on commit cff71a5

Please sign in to comment.