.eslintrc.json 86 B

123456
  1. {
  2. "extends": "steelbrain",
  3. "rules": {
  4. "import/prefer-default-export": 0
  5. }
  6. }