選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
183 B

4年前
  1. 'use strict';
  2. module.exports = {
  3. rules: {
  4. 'prefer-arrow-functions': require('./lib/rules/prefer-arrow-functions')
  5. },
  6. rulesConfig: {
  7. 'prefer-arrow-functions': [2]
  8. }
  9. }