Urara-Blog/node_modules/.pnpm-store/v3/files/b6/42f2aa3267d698a0885f3041975e0cc418f8bc5c2ad558d76d83e4f0b096923e716e9a827178b780c6aeacde70a6ebdcf50a92eeeb896c7c3954496cf6b35b
2022-08-14 01:14:53 +08:00

12 lines
386 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"use strict";
module.exports = {
rules: {
// These are safe to use as long as the `"prettier/prettier"` rule from
// eslint-plugin-prettier isnt enabled.
// These are also included in `"plugin:prettier/recommended"`:
// https://github.com/prettier/eslint-plugin-prettier#recommended-configuration
"arrow-body-style": 0,
"prefer-arrow-callback": 0,
},
};