UNPKG

eslint-config-themis

Version:

ESLint shareable config for Warby Parker

15 lines (14 loc) 254 B
module.exports = { plugins: [ "jest" ], env: { "jest/globals": true }, rules: { "jest/no-disabled-tests": "warn", "jest/no-focused-tests": "error", "jest/no-identical-title": "error", "jest/valid-expect": "error" } };