FlowFuse / nr-launcher

A Laucher for Node-RED that allows settings to be loaded at startup.
Apache License 2.0
5 stars 6 forks source link

Chore: Set root flag in eslint #142

Closed Pezmc closed 1 year ago

Pezmc commented 1 year ago

Description

Currently when using flowforge-dev-env, eslint will work it's way up the file tree and import all eslint files it finds. This leads to inconsistent linting depending whether the repo is checked out directly or via the dev env.

Setting the root flag tells ESLint not to propagate up the tree.

Related Issue(s)

None

Checklist

Labels