diff --git a/.eslintrc.json b/.eslintrc.json index 4e17958d1b..ecfa1a0907 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,6 +16,12 @@ ], "globals": { "BigInt": true, "console": true, "WebAssembly": true }, "rules": { + "prettier/prettier": [ + "error", + { + "trailingComma": "none" + } + ], "comma-dangle": ["error", "never"], "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off",