I think all entries in `test/.eslintrc.yml` should be moved to the top-level `.eslintrc.yml`, so that `test/.eslintrc.yml` can be removed: - `extends: 'plugin:prettier/recommended'` (as proposed in PR #129) - strict mode I think this should be done after we improve the Stryker mutation testing score, as discussed in #72.
I think all entries in
test/.eslintrc.ymlshould be moved to the top-level.eslintrc.yml, so thattest/.eslintrc.ymlcan be removed:extends: 'plugin:prettier/recommended'(as proposed in PR apply Prettier formatting to lib #129)I think this should be done after we improve the Stryker mutation testing score, as discussed in #72.