租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
226 B

3 months ago
  1. {
  2. "extends": "./index.js",
  3. "rules": {
  4. // disable requiring trailing commas because it might be nice to revert to
  5. // being JSON at some point, and I don't want to make big changes now.
  6. "comma-dangle": 0,
  7. },
  8. }