diff --git a/package.json b/package.json index 0255002..1ea9e61 100644 --- a/package.json +++ b/package.json @@ -131,15 +131,15 @@ "sideEffects": false, "xo": { "prettier": true, - "ignore": [ - "lib", - "doc" - ], "plugins": [ "unicorn" ], "rules": { "unicorn/filename-case": "off" - } + }, + "ignores": [ + "lib", + "doc" + ] } }