9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
---
|
|
"extends":
|
|
- "defaults/configurations/eslint"
|
|
|
|
rules:
|
|
"semi": ["error", "always"]
|
|
"no-undef": 0
|
|
"no-console": ["error", { allow: ["warn", "error"] }]
|