.eslintrc.json 52 B

12345
  1. {
  2. "rules": {
  3. "import/extensions": "off"
  4. }
  5. }