Skip to content
Snippets Groups Projects
Select Git revision
  • c0d73c05a9d5c43deb1406507d1a3923ad6401cf
  • master default protected
  • v3.1.69
  • v3.1.68
  • v3.1.67
  • v3.1.66
  • v3.1.65
  • v3.1.64
  • v3.1.63
  • v3.1.62
  • v3.1.61
  • v3.1.60
  • v3.1.59
  • v3.1.58
  • v3.1.57
  • v3.1.56
  • v3.1.55
  • v3.1.54
  • v3.1.53
  • v3.1.52
  • v3.1.51
  • v3.1.50
22 results

.eslintrc.js

Blame
  • .eslintrc.js 88 B
    /** @type {import("eslint").Linter.Config} */
    module.exports = {
      extends: './index'
    }