mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
85e8be2031
Differential Revision: https://phabricator.services.mozilla.com/D30684 --HG-- extra : moz-landing-system : lando
16 lines
212 B
Plaintext
16 lines
212 B
Plaintext
---
|
|
ignore: |
|
|
*node_modules*
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
document-end:
|
|
present: false
|
|
document-start:
|
|
present: true
|
|
indentation:
|
|
spaces: 4
|
|
# Checks currently failing
|
|
line-length: disable
|