ship-gis/node_modules/eslint-plugin-jsx-a11y/lib/configs/flat-config-base.js

11 lines
136 B
JavaScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
"use strict";
module.exports = {
languageOptions: {
parserOptions: {
ecmaFeatures: {
jsx: true
}
}
}
};