Skip to content

Commit 735dc42

Browse files
chore(deps): update dependency @so1ve/eslint-config to ^0.92.0 (#18)
* chore(deps): update dependency @so1ve/eslint-config to ^0.92.0 * [autofix.ci] apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 75fb895 commit 735dc42

File tree

4 files changed

+149
-49
lines changed

4 files changed

+149
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"devDependencies": {
9595
"@antfu/ni": "^0.21.3",
9696
"@babel/types": "^7.21.4",
97-
"@so1ve/eslint-config": "^0.86.0",
97+
"@so1ve/eslint-config": "^0.92.0",
9898
"@types/fs-extra": "^9.0.13",
9999
"@types/node": "^18.15.11",
100100
"bumpp": "^9.1.0",

pnpm-lock.yaml

Lines changed: 94 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export async function transformStyle(
6868
}
6969

7070
function getLine(source: string, start: number) {
71-
const lines = source.split(/\r?\n/g);
71+
const lines = source.split(/\r?\n/);
7272
let cur = 0;
7373
for (const [i, line] of lines.entries()) {
7474
cur += line.length;

0 commit comments

Comments
 (0)