๐Ÿ“ฆ malash / rp-hoc

๐Ÿ“„ .eslintrc ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11{
  "rules": {
    "import/no-extraneous-dependencies": ["off"],
    "import/first": ["off"],
    "jsx-a11y/label-has-for": ["off"],
    "react/prop-types": ["off"],
    "react/no-multi-comp": ["off"],
    "function-paren-newline": ["off"]
  }
}