Skip to content

Commit

Permalink
build: install major updates
Browse files Browse the repository at this point in the history
Postpone updating to ESLint v9.0.0 for now
  • Loading branch information
matijs authored and Robbert committed May 6, 2024
1 parent 407db95 commit 268240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ncurc.major.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ const minorConfig = require('./.ncurc.minor.cjs');

module.exports = {
...minorConfig,
reject: [...minorConfig.reject],
reject: [...minorConfig.reject, 'eslint'],
target: 'latest',
};

0 comments on commit 268240f

Please sign in to comment.