Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
13
install/config-ui/node_modules/eslint-plugin-react/configs/all.js
generated
vendored
Normal file
13
install/config-ui/node_modules/eslint-plugin-react/configs/all.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
const plugin = require('..');
|
||||
|
||||
const legacyConfig = plugin.configs.all;
|
||||
|
||||
module.exports = {
|
||||
plugins: { react: plugin },
|
||||
rules: legacyConfig.rules,
|
||||
languageOptions: { parserOptions: legacyConfig.parserOptions },
|
||||
};
|
||||
|
||||
Object.defineProperty(module.exports, 'languageOptions', { enumerable: false });
|
||||
13
install/config-ui/node_modules/eslint-plugin-react/configs/jsx-runtime.js
generated
vendored
Normal file
13
install/config-ui/node_modules/eslint-plugin-react/configs/jsx-runtime.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
const plugin = require('..');
|
||||
|
||||
const legacyConfig = plugin.configs['jsx-runtime'];
|
||||
|
||||
module.exports = {
|
||||
plugins: { react: plugin },
|
||||
rules: legacyConfig.rules,
|
||||
languageOptions: { parserOptions: legacyConfig.parserOptions },
|
||||
};
|
||||
|
||||
Object.defineProperty(module.exports, 'languageOptions', { enumerable: false });
|
||||
13
install/config-ui/node_modules/eslint-plugin-react/configs/recommended.js
generated
vendored
Normal file
13
install/config-ui/node_modules/eslint-plugin-react/configs/recommended.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
const plugin = require('..');
|
||||
|
||||
const legacyConfig = plugin.configs.recommended;
|
||||
|
||||
module.exports = {
|
||||
plugins: { react: plugin },
|
||||
rules: legacyConfig.rules,
|
||||
languageOptions: { parserOptions: legacyConfig.parserOptions },
|
||||
};
|
||||
|
||||
Object.defineProperty(module.exports, 'languageOptions', { enumerable: false });
|
||||
Reference in New Issue
Block a user