eslint-config-neon
Version:
The ultimate ESLint shareable config
28 lines (26 loc) • 629 B
JavaScript
import cypress from 'eslint-plugin-cypress/flat';
// src/cypress.ts
var rules = {
"cypress/assertion-before-screenshot": 2,
"cypress/no-assigning-return-values": 2,
"cypress/no-async-tests": 2,
"cypress/no-force": 2,
"cypress/no-pause": 2,
"cypress/no-unnecessary-waiting": 2,
"import-x/unambiguous": 0
};
var config = [
{
languageOptions: {
globals: cypress.configs.globals.languageOptions.globals
},
plugins: {
cypress
},
rules
}
];
var cypress_default = config;
export { cypress_default as default };
//# sourceMappingURL=cypress.mjs.map
//# sourceMappingURL=cypress.mjs.map