UNPKG

386 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 rules: {
5 // These are safe to use as long as the `"prettier/prettier"` rule from
6 // eslint-plugin-prettier isn’t enabled.
7 // These are also included in `"plugin:prettier/recommended"`:
8 // https://github.com/prettier/eslint-plugin-prettier#recommended-configuration
9 "arrow-body-style": 0,
10 "prefer-arrow-callback": 0,
11 },
12};