@shofmannka wrote:
Hello i have a new ember project build with cli version 3.10.1. If i try to use the @action decorator within a native class (extends component) i get an lint errror saying that @ is an unknown token. As i know this is a problem of the linter who does not understand decorator now. A workaround was to install babel-eslint and set
parser: 'babel-eslint'
. Is it possible to add this package by default?
Posts: 1
Participants: 1