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:
11
install/config-ui/node_modules/eslint-plugin-jsx-a11y/lib/configs/flat-config-base.js
generated
vendored
Normal file
11
install/config-ui/node_modules/eslint-plugin-jsx-a11y/lib/configs/flat-config-base.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = {
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
ecmaFeatures: {
|
||||
jsx: true
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
9
install/config-ui/node_modules/eslint-plugin-jsx-a11y/lib/configs/legacy-config-base.js
generated
vendored
Normal file
9
install/config-ui/node_modules/eslint-plugin-jsx-a11y/lib/configs/legacy-config-base.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = {
|
||||
parserOptions: {
|
||||
ecmaFeatures: {
|
||||
jsx: true
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user