aboutsummaryrefslogtreecommitdiff
path: root/src/rules/react/default.json
blob: 66a87276dd9ef7f198aaa29c9b6dd545a8ff5c31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "react/jsx-boolean-value": [
    "error",
    "always"
  ],
  "react/jsx-fragments": [
    "error",
    "element"
  ],
  "react/no-unused-prop-types": [
    "warn",
    {
      "skipShapeProps": false
    }
  ]
}