diff --git a/.xo-config.json b/.xo-config.json deleted file mode 100644 index a197a67..0000000 --- a/.xo-config.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "prettier": true, - "rules": { - "unicorn/prefer-module": "off", - "unicorn/prevent-abbreviations": "off", - "import/extensions": "off", - "capitalized-comments": "off", - "no-warning-comments": "off" - }, - "settings": { - "import/resolver": "node" - }, - "overrides": [ - { - "files": "**/*.ts", - "rules": { - "@typescript-eslint/consistent-type-definitions": ["error", "interface"] - } - }, - { - "files": "test/**/*.ts", - "rules": { - "@typescript-eslint/no-floating-promises": "off" - } - } - ] -}