UNPKG

@gravity-ui/eslint-config

Version:

Gravity UI ESLint config, following our styleguide

16 lines (14 loc) 370 B
import jsxA11yPlugin from 'eslint-plugin-jsx-a11y'; export default [ { ...jsxA11yPlugin.flatConfigs.recommended, languageOptions: { ...jsxA11yPlugin.flatConfigs.recommended.languageOptions, parserOptions: { ecmaFeatures: { jsx: true, }, }, }, }, ];