root: true
extends:
  - 'kasa'
parserOptions:
  sourceType: 'script'
rules:
  'indent': ['error', 4]
  'newline-per-chained-call': off
  'no-unused-vars': off
  'no-underscore-dangle': off
  'no-nested-ternary': off
  'eqeqeq': off
  'no-trailing-spaces': off
  'no-inline-comments': off
  'line-comment-position': off