Skip to content

Commit dc2f67f

Browse files
committed
Fixes
1 parent e5f4816 commit dc2f67f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"no-throw-literal": "warn",
1717
"semi": "off",
1818
"quotes": [
19-
"error",
19+
"warn",
2020
"double"
2121
]
2222
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@
9393
"webpack-cli": "^4.2.0",
9494
"webpack": "^5.9.0"
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)