Skip to content

Commit 8b8f42b

Browse files
committed
refactor: eslint sort-comp off
1 parent d1187dc commit 8b8f42b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = {
1616
},
1717

1818
rules: {
19+
'react/sort-comp': 'off',
1920
'react/jsx-filename-extension': [
2021
'error',
2122
{

0 commit comments

Comments
 (0)