You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
386 B
12 lines
386 B
"use strict"; |
|
|
|
module.exports = { |
|
rules: { |
|
// These are safe to use as long as the `"prettier/prettier"` rule from |
|
// eslint-plugin-prettier isn’t 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, |
|
}, |
|
};
|
|
|