all.js 317 B

12345678910111213
  1. 'use strict';
  2. const plugin = require('..');
  3. const legacyConfig = plugin.configs.all;
  4. module.exports = {
  5. plugins: { react: plugin },
  6. rules: legacyConfig.rules,
  7. languageOptions: { parserOptions: legacyConfig.parserOptions },
  8. };
  9. Object.defineProperty(module.exports, 'languageOptions', { enumerable: false });