corporate-frontend-mithril
Version:
Corporate frontend MithrilJS modules
15 lines • 318 B
YAML
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