Skip to content

Commit e61e933

Browse files
chore: update eslint rules
1 parent 197b563 commit e61e933

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.eslintrc.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"import/prefer-default-export":"off",
5757
"react/prop-types":"off",
5858
"react/no-unknown-property": ["error", { "ignore": ["css"] }]
59+
60+
5961

6062

6163
},
@@ -65,5 +67,14 @@
6567

6668
}
6769
}
68-
}
70+
},
71+
"overrides": [
72+
{
73+
"files":["**/*.json"],
74+
"rules":{
75+
"no-unused-expressions": "off"
76+
}
77+
78+
}
79+
]
6980
}

0 commit comments

Comments
 (0)