{ "plugins": ["jest"], "rules": { "jest/no-disabled-tests": "warn", "jest/no-focused-tests": "error", "jest/no-identical-title": "error", "jest/prefer-to-have-length": "warn", "jest/valid-expect": "error", "no-underscore-dangle": "off" }, "env": { "jest/globals": true }, "globals": { "_ps": true } }