We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint-config-eslint
1 parent 4634b87 commit 11d6ca3Copy full SHA for 11d6ca3
package.json
@@ -26,8 +26,8 @@
26
},
27
"devDependencies": {
28
"@hypermod/utils": "^0.4.2",
29
- "eslint": "^9.5.0",
30
- "eslint-config-eslint": "^11.0.0",
+ "eslint": "^9.34.0",
+ "eslint-config-eslint": "^12.0.0",
31
"eslint-release": "^1.0.0",
32
"globals": "^15.2.0",
33
"mocha": "^10.4.0",
tests/utils/index.js
@@ -11,7 +11,7 @@ const os = require("node:os");
11
* @private
12
*/
13
function normalizeLineEndings(input) {
14
- return input.replace(/(\r\n|\n|\r)/gmu, os.EOL);
+ return input.replace(/(\r\n|\n|\r)/gu, os.EOL);
15
}
16
17
module.exports = {
0 commit comments