mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-10 20:46:51 +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
|