mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
7 lines
119 B
YAML
7 lines
119 B
YAML
---
|
|
extends: "standard"
|
|
plugins: [markdown]
|
|
rules:
|
|
no-unused-vars: 0
|
|
no-undef: 0
|
|
no-extend-native: 0
|