diff --git a/subgraphs/saucerswap/v2/.eslintrc b/subgraphs/saucerswap/v2/.eslintrc index aefd19c..ca11b13 100644 --- a/subgraphs/saucerswap/v2/.eslintrc +++ b/subgraphs/saucerswap/v2/.eslintrc @@ -2,5 +2,4 @@ "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "extends": ["plugin:@typescript-eslint/recommended", "prettier", "prettier/@typescript-eslint"] - } - \ No newline at end of file +} diff --git a/subgraphs/saucerswap/v2/.prettierrc b/subgraphs/saucerswap/v2/.prettierrc index 96154a7..382efb3 100644 --- a/subgraphs/saucerswap/v2/.prettierrc +++ b/subgraphs/saucerswap/v2/.prettierrc @@ -2,5 +2,4 @@ "semi": false, "singleQuote": true, "printWidth": 120 - } - \ No newline at end of file +}