1---
2rules:
3  no-throw-literal: 'off'  # these are intended to be bad code
4  no-unused-vars:
5    - error
6    - varsIgnorePattern: ^_init$
7