租房小程序前端代码
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.

15 lines
181 B

6 months ago
  1. {
  2. "extends": ["eslint:recommended"],
  3. "parser": "babel-eslint",
  4. "plugins": [
  5. ],
  6. "rules": {
  7. },
  8. "env": {
  9. "browser": true,
  10. "node": true,
  11. "mocha": true
  12. }
  13. }