Calvin K
Results
1
comments of
Calvin K
> @wesdse001 Add following in .babelrc `{ "presets": ["@babel/env"], "plugins": ["@babel/plugin-proposal-class-properties"] }` And add the following in eslintConfig `"plugins": ["@babel"]` It seems to me that `.babelrc` and `.eslintrc` is not...