diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index cff28457..00000000 --- a/.prettierrc +++ /dev/null @@ -1,38 +0,0 @@ -{ - "overrides": [ - { - "files": ["*.json"], - "options": { - "parser": "json", - "printWidth": 120, - "tabWidth": 2 - } - }, - { - "files": ["*.ts", "*.tsx"], - "options": { - "parser": "typescript", - "printWidth": 120, - "trailingComma": "all", - "tabWidth": 2, - "singleQuote": false - } - }, - { - "files": ["*.css", "*.scss"], - "options": { - "parser": "css", - "tabWidth": 2 - } - }, - { - "files": ["conduction.css"], - "options": { - "parser": "css", - "trailingComma": "all", - "tabWidth": 2, - "printWidth": 150 - } - } - ] -}