mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
fe7bd3c390
Differential Revision: https://phabricator.services.mozilla.com/D58266 --HG-- extra : moz-landing-system : lando
16 lines
231 B
Plaintext
16 lines
231 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
|