Skip to content

Commit e5fe2cc

Browse files
committed
fix: use ESM eslintoutput config
1 parent 59664de commit e5fe2cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
files: ['.'],
33
formats: [
44
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
files: ['.'],
33
formats: [
44
{

0 commit comments

Comments
 (0)