mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-09-24 16:40:55 -06:00
13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
{
|
|
"root": true,
|
|
"extends": ["@ionaru", "prettier"],
|
|
"rules": {
|
|
"jest/no-deprecated-functions": "off",
|
|
"jest/unbound-method": "off",
|
|
"jest/require-hook": "off",
|
|
"import/extensions": "off",
|
|
"import/no-unresolved": "off",
|
|
"unicorn/no-null": "off"
|
|
}
|
|
}
|