astock-agent/frontend/node_modules/eslint-plugin-jsx-a11y/lib/configs/flat-config-base.js
2026-04-07 20:51:00 +08:00

11 lines
136 B
JavaScript

"use strict";
module.exports = {
languageOptions: {
parserOptions: {
ecmaFeatures: {
jsx: true
}
}
}
};