Skip to content

Commit

Permalink
refactor: switch to eslint v9, eslint-config-eslint v11 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic authored Jan 20, 2025
1 parent e94f31d commit f5e74ea
Show file tree
Hide file tree
Showing 6 changed files with 825 additions and 661 deletions.
13 changes: 1 addition & 12 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ module.exports = [
{
rules: {
camelcase: ["error", { properties: "never" }],

// Remove after https://github.com/eslint/eslint/pull/17900 is included in new release
"jsdoc/no-multi-asterisks": ["error", { allowWhitespace: true }]
}
},
{
Expand All @@ -30,15 +27,7 @@ module.exports = [
}
},
rules: {
"n/no-unpublished-require": "off",
"n/no-extraneous-require": [
"error",
{
allowModules: [
"@octokit/rest"
]
}
]
"n/no-unpublished-require": "off"
}
}
];
Loading

0 comments on commit f5e74ea

Please sign in to comment.