Skip to content

Commit 7c0ab4b

Browse files
authored
Merge branch 'rjsf-v5' into rjsf-v5-backport-pr2631
2 parents 35fca95 + bd35c03 commit 7c0ab4b

File tree

351 files changed

+793251
-131441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

351 files changed

+793251
-131441
lines changed

packages/antd/.eslintrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"parser": "babel-eslint",
2+
"parser": "@babel/eslint-parser",
3+
"parserOptions": {
4+
"babelOptions": {
5+
"presets": ["@babel/preset-react"]
6+
}
7+
},
38
"rules": {
49
"react/jsx-uses-react": 2,
510
"react/jsx-uses-vars": 2,

0 commit comments

Comments
 (0)