Skip to content
On this page

ESLINT

error Parsing error: '>' expected

// .elinttrc.js

parserOptions: {
  ecmaVersion: 'latest',
  ecmaFeatures: {
    jsx: true
  },
  parser: '@typescript-eslint/parser',
  sourceType: 'module'
}