ESLint: Parsing error: This experimental syntax requires enabling one of the following parser plugin(s): ‘jsx, flow, typescript’ (2:9)

  1. Install @babel/preset-react in dev dependencies.

  2. Add this in .eslintrc file

     ...
     "parser": "@babel/eslint-parser",
     "parserOptions": {
        ...
        "babelOptions": {
           "presets": ["@babel/preset-react"]
        },
       }
     ...
    

Source: https://ffan0811.medium.com/error-debugging-this-experimental-syntax-requires-enabling-one-of-the-following-parser-plugin-s-22946599a0a4

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)