giovandyyg
Version:
"Lee y analiza archivos en formato Markdown, para verificar los links que contengan y reportan algunas estadÃsticas."
33 lines (31 loc) • 718 B
JSON
{
"env": {
"browser": true,
"es2021": true,
"commonjs": true,
"node": true,
"jest/globals": true
},
"extends": [
"airbnb-base"
],
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"plugins":["jest"],
"rules": {
"no-unused-vars":"off",
"linebreak-style":"off",
"eol-last":"off",
"semi": "error",
"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"
}
}