mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-18 14:55:44 -04:00
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
|