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