UNPKG

@casoon/auditmysite

Version:

A comprehensive command-line tool for automated accessibility, security, performance, and SEO testing using Playwright and pa11y, based on sitemap URLs

17 lines 259 B
module.exports = { env: { node: true, es2020: true, }, extends: [ 'eslint:recommended', ], parserOptions: { ecmaVersion: 2020, sourceType: 'module', }, rules: { 'no-unused-vars': 'error', 'no-console': 'off', }, };