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.

13 lines
234 B

3 months ago
  1. {
  2. "env": {
  3. "node": true
  4. },
  5. "parserOptions": {
  6. "sourceType": "module"
  7. },
  8. "extends": "standard",
  9. "rules": {
  10. "eol-last": "off",
  11. "import/no-dynamic-require": "off",
  12. "space-before-function-paren":"off"
  13. }
  14. }