.eslintrc.yml 161 B

123456
  1. parserOptions: {
  2. ecmaVersion: 7, // the ecmaVersion isn't set in stone, for now added to satisfy eslint
  3. }
  4. extends: standard
  5. rules:
  6. indent: [2, 4]