.eslintrc.json 73 B

123456
  1. {
  2. "extends": "standard",
  3. "rules": {
  4. "semi": "off"
  5. }
  6. }