2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -06:00

13 lines
312 B
Plaintext
Raw Normal View History

{
2022-01-14 22:27:43 +01:00
"root": true,
2023-04-28 02:51:04 +02:00
"extends": ["@ionaru", "prettier"],
2017-12-05 11:51:36 +01:00
"rules": {
2023-04-28 02:51:04 +02:00
"jest/no-deprecated-functions": "off",
"jest/unbound-method": "off",
"jest/require-hook": "off",
"import/extensions": "off",
"import/no-unresolved": "off",
"unicorn/no-null": "off"
}
2017-12-05 11:51:36 +01:00
}