Open kristoforsalmin opened 5 years ago
We need to update our ESLint config here. We currently use old version and have some redundant configuration in .eslintrc, but wait for https://github.com/kraftvaerk/eslint-config-kraftvaerk/issues/16 first 😄
.eslintrc
Also, in connection with this one, we probably need to add root: true in our .eslintrc (so it doesn't go up to the home folder in search for a parent ESLint config).
root: true
Wait for https://github.com/kraftvaerk/eslint-config-kraftvaerk/pull/20 and a version bump afterwards.
We need to update our ESLint config here. We currently use old version and have some redundant configuration in
.eslintrc
, but wait for https://github.com/kraftvaerk/eslint-config-kraftvaerk/issues/16 first 😄Also, in connection with this one, we probably need to add
root: true
in our.eslintrc
(so it doesn't go up to the home folder in search for a parent ESLint config).