Skip to content

Simplify eslint config

Tamlyn Rhodes requested to merge yld/pubsweet-client:eslint-simplify into master
  • Remove babel-eslint parser which is not necessary
  • Use single config at root which is extended in tests
  • Remove config for standard which is not used (eslint-config-standard is configured separately via .eslintrc)

Merge request reports