Skip to content

Commit 7f2ae09

Browse files
committed
added more rules
1 parent ad77967 commit 7f2ae09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.eslintrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ module.exports = {
1616
"react/require-default-props": 0,
1717
"no-shadow": 0,
1818
"react/prop-types": 0,
19-
"react/jsx-filename-extension": 0
19+
"react/jsx-filename-extension": 0,
20+
"object-shorthand": 0,
21+
"func-names": 0,
22+
"no-restricted-syntax": 0,
23+
"no-unused-expressions": 0
2024
}
2125
};

0 commit comments

Comments
 (0)